Html Css Color HEX #C42059 Old Rose

📋 copy color: '#C42059'

red 196 ◦ green 32 ◦ blue 89

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

Shades of Old Rose #C42059

Tints of Old Rose #C42059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 61.83%
G = 10.09%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C42059 (or 0xC42059) is known color: Old Rose. HEX triplet: C4, 20 and 59. RGB value is (196,32,89). Sum of RGB (Red+Green+Blue) = 196+32+89=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C42059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42059 is #3BDFA6. Grayscale: #575757. Windows color (decimal): -3923879 or 5841092. OLE color: 5841092.

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

Color convert

RGB 196 32 89 -
CMYK 0 0.84 0.55 0.23
HSL 339.15º 0.72% 0.45% -
HSV(B) 339.15º 0.84% 0.77% -
XYZ 25.08 13.49 10.73 -
YUV 87.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 196 32 89 0 0.84 0.55 0.23 339.15 0.72 0.45
Hex C4 20 59 0 54 37 17 153 48 2D
Octal 304 40 131 0 124 67 27 523 110 55
Binary 11000100 100000 1011001 0 1010100 110111 10111 101010011 1001000 101101

Color Harmonies of #C42059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42059

Black with #C42059

Text Example


Text Example

White with #C42059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42059; }

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

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

background-color css

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

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

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

border-color css

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

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

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