Html Css Color HEX #C81952 Old Rose

📋 copy color: '#C81952'

red 200 ◦ green 25 ◦ blue 82

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

Shades of Old Rose #C81952

Tints of Old Rose #C81952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 65.15%
G = 8.14%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C81952 (or 0xC81952) is known color: Old Rose. HEX triplet: C8, 19 and 52. RGB value is (200,25,82). Sum of RGB (Red+Green+Blue) = 200+25+82=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C81952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81952 is #37E6AD. Grayscale: #535353. Windows color (decimal): -3663534 or 5380552. OLE color: 5380552.

HSL color Cylindrical-coordinate representation of color #C81952: hue angle of 340.46º 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 #C81952 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 82 -
CMYK 0 0.88 0.59 0.22
HSL 340.46º 0.78% 0.44% -
HSV(B) 340.46º 0.88% 0.78% -
XYZ 25.69 13.58 9.25 -
YUV 83.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 200 25 82 0 0.88 0.59 0.22 340.46 0.78 0.44
Hex C8 19 52 0 58 3B 16 154 4E 2C
Octal 310 31 122 0 130 73 26 524 116 54
Binary 11001000 11001 1010010 0 1011000 111011 10110 101010100 1001110 101100

Color Harmonies of #C81952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81952

Black with #C81952

Text Example


Text Example

White with #C81952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81952; }

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

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

background-color css

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

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

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

border-color css

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

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

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