Html Css Color HEX #C9194F Old Rose

📋 copy color: '#C9194F'

red 201 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #C9194F

Tints of Old Rose #C9194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 65.9%
G = 8.2%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9194F (or 0xC9194F) is known color: Old Rose. HEX triplet: C9, 19 and 4F. RGB value is (201,25,79). Sum of RGB (Red+Green+Blue) = 201+25+79=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C9194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9194F is #36E6B0. Grayscale: #535353. Windows color (decimal): -3598001 or 5183945. OLE color: 5183945.

HSL color Cylindrical-coordinate representation of color #C9194F: hue angle of 341.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9194F is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 79 -
CMYK 0 0.88 0.61 0.21
HSL 341.59º 0.78% 0.44% -
HSV(B) 341.59º 0.88% 0.79% -
XYZ 25.85 13.68 8.67 -
YUV 83.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 201 25 79 0 0.88 0.61 0.21 341.59 0.78 0.44
Hex C9 19 4F 0 58 3D 15 156 4E 2C
Octal 311 31 117 0 130 75 25 526 116 54
Binary 11001001 11001 1001111 0 1011000 111101 10101 101010110 1001110 101100

Color Harmonies of #C9194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9194F

Black with #C9194F

Text Example


Text Example

White with #C9194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9194F; }

 p { color: rgb(201,25,79); }

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

background-color css

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

 a { background-color: rgb(201,25,79); }

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

border-color css

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

 span { border-color: rgb(201,25,79); }

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