Html Css Color HEX #C8204E Old Rose

📋 copy color: '#C8204E'

red 200 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #C8204E

Tints of Old Rose #C8204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 64.52%
G = 10.32%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8204E (or 0xC8204E) is known color: Old Rose. HEX triplet: C8, 20 and 4E. RGB value is (200,32,78). Sum of RGB (Red+Green+Blue) = 200+32+78=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8204E is #37DFB1. Grayscale: #575757. Windows color (decimal): -3661746 or 5120200. OLE color: 5120200.

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

Color convert

RGB 200 32 78 -
CMYK 0 0.84 0.61 0.22
HSL 343.57º 0.72% 0.45% -
HSV(B) 343.57º 0.84% 0.78% -
XYZ 25.71 13.86 8.53 -
YUV 87.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 200 32 78 0 0.84 0.61 0.22 343.57 0.72 0.45
Hex C8 20 4E 0 54 3D 16 158 48 2D
Octal 310 40 116 0 124 75 26 530 110 55
Binary 11001000 100000 1001110 0 1010100 111101 10110 101011000 1001000 101101

Color Harmonies of #C8204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8204E

Black with #C8204E

Text Example


Text Example

White with #C8204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8204E; }

 p { color: rgb(200,32,78); }

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

background-color css

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

 a { background-color: rgb(200,32,78); }

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

border-color css

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

 span { border-color: rgb(200,32,78); }

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