Html Css Color HEX #C9394C Old Rose

📋 copy color: '#C9394C'

red 201 ◦ green 57 ◦ blue 76

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

Shades of Old Rose #C9394C

Tints of Old Rose #C9394C

RGB

 RED value IS 201 (78.91% from 255) = 60.18%

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 60.18%
G = 17.07%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9394C (or 0xC9394C) is known color: Old Rose. HEX triplet: C9, 39 and 4C. RGB value is (201,57,76). Sum of RGB (Red+Green+Blue) = 201+57+76=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9394C is #36C6B3. Grayscale: #666666. Windows color (decimal): -3589812 or 4995529. OLE color: 4995529.

HSL color Cylindrical-coordinate representation of color #C9394C: hue angle of 352.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9394C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 76 -
CMYK 0 0.72 0.62 0.21
HSL 352.08º 0.57% 0.51% -
HSV(B) 352.08º 0.72% 0.79% -
XYZ 26.86 15.87 8.48 -
YUV 102.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 201 57 76 0 0.72 0.62 0.21 352.08 0.57 0.51
Hex C9 39 4C 0 48 3E 15 160 39 33
Octal 311 71 114 0 110 76 25 540 71 63
Binary 11001001 111001 1001100 0 1001000 111110 10101 101100000 111001 110011

Color Harmonies of #C9394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9394C

Black with #C9394C

Text Example


Text Example

White with #C9394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9394C; }

 p { color: rgb(201,57,76); }

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

background-color css

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

 a { background-color: rgb(201,57,76); }

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

border-color css

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

 span { border-color: rgb(201,57,76); }

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