Html Css Color HEX #C81F50 Old Rose

📋 copy color: '#C81F50'

red 200 ◦ green 31 ◦ blue 80

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

Shades of Old Rose #C81F50

Tints of Old Rose #C81F50

RGB

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

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

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

R = 64.31%
G = 9.97%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C81F50 (or 0xC81F50) is known color: Old Rose. HEX triplet: C8, 1F and 50. RGB value is (200,31,80). Sum of RGB (Red+Green+Blue) = 200+31+80=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F50 is #37E0AF. Grayscale: #575757. Windows color (decimal): -3662000 or 5251016. OLE color: 5251016.

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

Color convert

RGB 200 31 80 -
CMYK 0 0.84 0.6 0.22
HSL 342.6º 0.73% 0.45% -
HSV(B) 342.6º 0.85% 0.78% -
XYZ 25.76 13.84 8.9 -
YUV 87.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 200 31 80 0 0.84 0.6 0.22 342.6 0.73 0.45
Hex C8 1F 50 0 54 3C 16 157 49 2D
Octal 310 37 120 0 124 74 26 527 111 55
Binary 11001000 11111 1010000 0 1010100 111100 10110 101010111 1001001 101101

Color Harmonies of #C81F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F50

Black with #C81F50

Text Example


Text Example

White with #C81F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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