Html Css Color HEX #C81950 Old Rose

📋 copy color: '#C81950'

red 200 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #C81950

Tints of Old Rose #C81950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 65.57%
G = 8.2%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C81950 (or 0xC81950) is known color: Old Rose. HEX triplet: C8, 19 and 50. RGB value is (200,25,80). Sum of RGB (Red+Green+Blue) = 200+25+80=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81950 is #37E6AF. Grayscale: #535353. Windows color (decimal): -3663536 or 5249480. OLE color: 5249480.

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

Color convert

RGB 200 25 80 -
CMYK 0 0.88 0.6 0.22
HSL 341.14º 0.78% 0.44% -
HSV(B) 341.14º 0.88% 0.78% -
XYZ 25.62 13.55 8.86 -
YUV 83.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 200 25 80 0 0.88 0.6 0.22 341.14 0.78 0.44
Hex C8 19 50 0 58 3C 16 155 4E 2C
Octal 310 31 120 0 130 74 26 525 116 54
Binary 11001000 11001 1010000 0 1011000 111100 10110 101010101 1001110 101100

Color Harmonies of #C81950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81950

Black with #C81950

Text Example


Text Example

White with #C81950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81950; }

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

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

background-color css

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

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

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

border-color css

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

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

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