Html Css Color HEX #C42060 Old Rose

📋 copy color: '#C42060'

red 196 ◦ green 32 ◦ blue 96

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

Shades of Old Rose #C42060

Tints of Old Rose #C42060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 60.49%
G = 9.88%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C42060 (or 0xC42060) is known color: Old Rose. HEX triplet: C4, 20 and 60. RGB value is (196,32,96). Sum of RGB (Red+Green+Blue) = 196+32+96=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C42060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42060 is #3BDF9F. Grayscale: #585858. Windows color (decimal): -3923872 or 6299844. OLE color: 6299844.

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

Color convert

RGB 196 32 96 -
CMYK 0 0.84 0.51 0.23
HSL 336.59º 0.72% 0.45% -
HSV(B) 336.59º 0.84% 0.77% -
XYZ 25.39 13.61 12.36 -
YUV 88.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 196 32 96 0 0.84 0.51 0.23 336.59 0.72 0.45
Hex C4 20 60 0 54 33 17 151 48 2D
Octal 304 40 140 0 124 63 27 521 110 55
Binary 11000100 100000 1100000 0 1010100 110011 10111 101010001 1001000 101101

Color Harmonies of #C42060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42060

Black with #C42060

Text Example


Text Example

White with #C42060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42060; }

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

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

background-color css

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

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

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

border-color css

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

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

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