Html Css Color HEX #C81C4F Old Rose

📋 copy color: '#C81C4F'

red 200 ◦ green 28 ◦ blue 79

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

Shades of Old Rose #C81C4F

Tints of Old Rose #C81C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 65.15%
G = 9.12%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C81C4F (or 0xC81C4F) is known color: Old Rose. HEX triplet: C8, 1C and 4F. RGB value is (200,28,79). Sum of RGB (Red+Green+Blue) = 200+28+79=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81C4F is #37E3B0. Grayscale: #555555. Windows color (decimal): -3662769 or 5184712. OLE color: 5184712.

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

Color convert

RGB 200 28 79 -
CMYK 0 0.86 0.60 0.22
HSL 342.21º 0.75% 0.45% -
HSV(B) 342.21º 0.86% 0.78% -
XYZ 25.65 13.67 8.68 -
YUV 85.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 200 28 79 0 0.86 0.60 0.22 342.21 0.75 0.45
Hex C8 1C 4F 0 56 3C 16 156 4B 2D
Octal 310 34 117 0 126 74 26 526 113 55
Binary 11001000 11100 1001111 0 1010110 111100 10110 101010110 1001011 101101

Color Harmonies of #C81C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C4F

Black with #C81C4F

Text Example


Text Example

White with #C81C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C4F; }

 p { color: rgb(200,28,79); }

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

background-color css

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

 a { background-color: rgb(200,28,79); }

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

border-color css

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

 span { border-color: rgb(200,28,79); }

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