Html Css Color HEX #C4205B Old Rose

📋 copy color: '#C4205B'

red 196 ◦ green 32 ◦ blue 91

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

Shades of Old Rose #C4205B

Tints of Old Rose #C4205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 61.44%
G = 10.03%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4205B (or 0xC4205B) is known color: Old Rose. HEX triplet: C4, 20 and 5B. RGB value is (196,32,91). Sum of RGB (Red+Green+Blue) = 196+32+91=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C4205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4205B is #3BDFA4. Grayscale: #575757. Windows color (decimal): -3923877 or 5972164. OLE color: 5972164.

HSL color Cylindrical-coordinate representation of color #C4205B: hue angle of 338.41º 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 #C4205B is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 91 -
CMYK 0 0.84 0.54 0.23
HSL 338.41º 0.72% 0.45% -
HSV(B) 338.41º 0.84% 0.77% -
XYZ 25.17 13.52 11.18 -
YUV 87.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 196 32 91 0 0.84 0.54 0.23 338.41 0.72 0.45
Hex C4 20 5B 0 54 36 17 152 48 2D
Octal 304 40 133 0 124 66 27 522 110 55
Binary 11000100 100000 1011011 0 1010100 110110 10111 101010010 1001000 101101

Color Harmonies of #C4205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4205B

Black with #C4205B

Text Example


Text Example

White with #C4205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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