Html Css Color HEX #C81954 Old Rose

📋 copy color: '#C81954'

red 200 ◦ green 25 ◦ blue 84

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

Shades of Old Rose #C81954

Tints of Old Rose #C81954

RGB

 RED value IS 200 (78.52% from 255) = 64.72%

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

 BLUE value IS 84 (33.2% from 255) = 27.18%

R = 64.72%
G = 8.09%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81954 (or 0xC81954) is known color: Old Rose. HEX triplet: C8, 19 and 54. RGB value is (200,25,84). Sum of RGB (Red+Green+Blue) = 200+25+84=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C81954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81954 is #37E6AB. Grayscale: #535353. Windows color (decimal): -3663532 or 5511624. OLE color: 5511624.

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

Color convert

RGB 200 25 84 -
CMYK 0 0.88 0.58 0.22
HSL 339.77º 0.78% 0.44% -
HSV(B) 339.77º 0.88% 0.78% -
XYZ 25.77 13.61 9.66 -
YUV 84.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 200 25 84 0 0.88 0.58 0.22 339.77 0.78 0.44
Hex C8 19 54 0 58 3A 16 154 4E 2C
Octal 310 31 124 0 130 72 26 524 116 54
Binary 11001000 11001 1010100 0 1011000 111010 10110 101010100 1001110 101100

Color Harmonies of #C81954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81954

Black with #C81954

Text Example


Text Example

White with #C81954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81954; }

 p { color: rgb(200,25,84); }

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

background-color css

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

 a { background-color: rgb(200,25,84); }

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

border-color css

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

 span { border-color: rgb(200,25,84); }

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