Html Css Color HEX #C81E5B Old Rose

📋 copy color: '#C81E5B'

red 200 ◦ green 30 ◦ blue 91

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

Shades of Old Rose #C81E5B

Tints of Old Rose #C81E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.35%

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 62.31%
G = 9.35%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C81E5B (or 0xC81E5B) is known color: Old Rose. HEX triplet: C8, 1E and 5B. RGB value is (200,30,91). Sum of RGB (Red+Green+Blue) = 200+30+91=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E5B is #37E1A4. Grayscale: #575757. Windows color (decimal): -3662245 or 5971656. OLE color: 5971656.

HSL color Cylindrical-coordinate representation of color #C81E5B: hue angle of 338.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81E5B is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 91 -
CMYK 0 0.85 0.54 0.22
HSL 338.47º 0.74% 0.45% -
HSV(B) 338.47º 0.85% 0.78% -
XYZ 26.17 13.96 11.21 -
YUV 87.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 200 30 91 0 0.85 0.54 0.22 338.47 0.74 0.45
Hex C8 1E 5B 0 55 36 16 152 4A 2D
Octal 310 36 133 0 125 66 26 522 112 55
Binary 11001000 11110 1011011 0 1010101 110110 10110 101010010 1001010 101101

Color Harmonies of #C81E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E5B

Black with #C81E5B

Text Example


Text Example

White with #C81E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E5B; }

 p { color: rgb(200,30,91); }

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

background-color css

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

 a { background-color: rgb(200,30,91); }

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

border-color css

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

 span { border-color: rgb(200,30,91); }

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