Html Css Color HEX #C23959 Old Rose

📋 copy color: '#C23959'

red 194 ◦ green 57 ◦ blue 89

#C23959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C23959

Tints of Old Rose #C23959

RGB

 RED value IS 194 (76.17% from 255) = 57.06%

 GREEN value IS 57 (22.66% from 255) = 16.76%

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 57.06%
G = 16.76%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C23959 (or 0xC23959) is known color: Old Rose. HEX triplet: C2, 39 and 59. RGB value is (194,57,89). Sum of RGB (Red+Green+Blue) = 194+57+89=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C23959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23959 is #3DC6A6. Grayscale: #656565. Windows color (decimal): -4048551 or 5847490. OLE color: 5847490.

HSL color Cylindrical-coordinate representation of color #C23959: hue angle of 345.99º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23959 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 89 -
CMYK 0 0.71 0.54 0.24
HSL 345.99º 0.55% 0.49% -
HSV(B) 345.99º 0.71% 0.76% -
XYZ 25.51 15.12 11.02 -
YUV 101.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 194 57 89 0 0.71 0.54 0.24 345.99 0.55 0.49
Hex C2 39 59 0 47 36 18 15A 37 31
Octal 302 71 131 0 107 66 30 532 67 61
Binary 11000010 111001 1011001 0 1000111 110110 11000 101011010 110111 110001

Color Harmonies of #C23959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23959

Black with #C23959

Text Example


Text Example

White with #C23959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23959; }

 p { color: rgb(194,57,89); }

 H1.HeaderClassName
 {
   color: #C23959;
 }
 .AnyTagClassName
 {
   color: #C23959;
 }
</style>

background-color css

<style>
 a { background-color: #C23959; }

 a { background-color: rgb(194,57,89); }

 div.DivClassName
 {
   background-color: #C23959;
 }
 .BgClassName
 {
   background-color: #C23959;
 }
</style>

border-color css

<style>
 span { border-color: #C23959; }

 span { border-color: rgb(194,57,89); }

 td.TdClassName
 {
   border-color: #C23959;
 }
 .TagClassName
 {
   border-color: #C23959;
 }
</style>