Html Css Color HEX #C4204C Old Rose

📋 copy color: '#C4204C'

red 196 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #C4204C

Tints of Old Rose #C4204C

RGB

 RED value IS 196 (76.95% from 255) = 64.47%

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

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

R = 64.47%
G = 10.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4204C (or 0xC4204C) is known color: Old Rose. HEX triplet: C4, 20 and 4C. RGB value is (196,32,76). Sum of RGB (Red+Green+Blue) = 196+32+76=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4204C is #3BDFB3. Grayscale: #565656. Windows color (decimal): -3923892 or 4989124. OLE color: 4989124.

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

Color convert

RGB 196 32 76 -
CMYK 0 0.84 0.61 0.23
HSL 343.9º 0.72% 0.45% -
HSV(B) 343.9º 0.84% 0.77% -
XYZ 24.59 13.29 8.11 -
YUV 86.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 196 32 76 0 0.84 0.61 0.23 343.9 0.72 0.45
Hex C4 20 4C 0 54 3D 17 158 48 2D
Octal 304 40 114 0 124 75 27 530 110 55
Binary 11000100 100000 1001100 0 1010100 111101 10111 101011000 1001000 101101

Color Harmonies of #C4204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4204C

Black with #C4204C

Text Example


Text Example

White with #C4204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4204C; }

 p { color: rgb(196,32,76); }

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

background-color css

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

 a { background-color: rgb(196,32,76); }

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

border-color css

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

 span { border-color: rgb(196,32,76); }

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