Html Css Color HEX #C81D4C Old Rose

📋 copy color: '#C81D4C'

red 200 ◦ green 29 ◦ blue 76

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

Shades of Old Rose #C81D4C

Tints of Old Rose #C81D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 65.57%
G = 9.51%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C81D4C (or 0xC81D4C) is known color: Old Rose. HEX triplet: C8, 1D and 4C. RGB value is (200,29,76). Sum of RGB (Red+Green+Blue) = 200+29+76=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D4C is #37E2B3. Grayscale: #555555. Windows color (decimal): -3662516 or 4988360. OLE color: 4988360.

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

Color convert

RGB 200 29 76 -
CMYK 0 0.86 0.62 0.22
HSL 343.51º 0.75% 0.45% -
HSV(B) 343.51º 0.86% 0.78% -
XYZ 25.56 13.68 8.13 -
YUV 85.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 200 29 76 0 0.86 0.62 0.22 343.51 0.75 0.45
Hex C8 1D 4C 0 56 3E 16 158 4B 2D
Octal 310 35 114 0 126 76 26 530 113 55
Binary 11001000 11101 1001100 0 1010110 111110 10110 101011000 1001011 101101

Color Harmonies of #C81D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D4C

Black with #C81D4C

Text Example


Text Example

White with #C81D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D4C; }

 p { color: rgb(200,29,76); }

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

background-color css

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

 a { background-color: rgb(200,29,76); }

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

border-color css

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

 span { border-color: rgb(200,29,76); }

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