Html Css Color HEX #C2204E Old Rose

📋 copy color: '#C2204E'

red 194 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #C2204E

Tints of Old Rose #C2204E

RGB

 RED value IS 194 (76.17% from 255) = 63.82%

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

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

R = 63.82%
G = 10.53%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2204E (or 0xC2204E) is known color: Old Rose. HEX triplet: C2, 20 and 4E. RGB value is (194,32,78). Sum of RGB (Red+Green+Blue) = 194+32+78=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2204E is #3DDFB1. Grayscale: #555555. Windows color (decimal): -4054962 or 5120194. OLE color: 5120194.

HSL color Cylindrical-coordinate representation of color #C2204E: hue angle of 342.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2204E is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 78 -
CMYK 0 0.84 0.60 0.24
HSL 342.96º 0.72% 0.44% -
HSV(B) 342.96º 0.84% 0.76% -
XYZ 24.14 13.05 8.45 -
YUV 85.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 194 32 78 0 0.84 0.60 0.24 342.96 0.72 0.44
Hex C2 20 4E 0 54 3C 18 157 48 2C
Octal 302 40 116 0 124 74 30 527 110 54
Binary 11000010 100000 1001110 0 1010100 111100 11000 101010111 1001000 101100

Color Harmonies of #C2204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2204E

Black with #C2204E

Text Example


Text Example

White with #C2204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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