Html Css Color HEX #C81F57 Old Rose

📋 copy color: '#C81F57'

red 200 ◦ green 31 ◦ blue 87

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

Shades of Old Rose #C81F57

Tints of Old Rose #C81F57

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

 BLUE value IS 87 (34.38% from 255) = 27.36%

R = 62.89%
G = 9.75%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81F57 (or 0xC81F57) is known color: Old Rose. HEX triplet: C8, 1F and 57. RGB value is (200,31,87). Sum of RGB (Red+Green+Blue) = 200+31+87=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F57 is #37E0A8. Grayscale: #575757. Windows color (decimal): -3661993 or 5709768. OLE color: 5709768.

HSL color Cylindrical-coordinate representation of color #C81F57: hue angle of 340.12º degrees, saturation: 0.73, 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 #C81F57 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 87 -
CMYK 0 0.84 0.56 0.22
HSL 340.12º 0.73% 0.45% -
HSV(B) 340.12º 0.85% 0.78% -
XYZ 26.03 13.95 10.34 -
YUV 87.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 200 31 87 0 0.84 0.56 0.22 340.12 0.73 0.45
Hex C8 1F 57 0 54 38 16 154 49 2D
Octal 310 37 127 0 124 70 26 524 111 55
Binary 11001000 11111 1010111 0 1010100 111000 10110 101010100 1001001 101101

Color Harmonies of #C81F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F57

Black with #C81F57

Text Example


Text Example

White with #C81F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F57; }

 p { color: rgb(200,31,87); }

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

background-color css

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

 a { background-color: rgb(200,31,87); }

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

border-color css

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

 span { border-color: rgb(200,31,87); }

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