Html Css Color HEX #C42062 Old Rose

📋 copy color: '#C42062'

red 196 ◦ green 32 ◦ blue 98

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

Shades of Old Rose #C42062

Tints of Old Rose #C42062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 60.12%
G = 9.82%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C42062 (or 0xC42062) is known color: Old Rose. HEX triplet: C4, 20 and 62. RGB value is (196,32,98). Sum of RGB (Red+Green+Blue) = 196+32+98=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C42062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42062 is #3BDF9D. Grayscale: #585858. Windows color (decimal): -3923870 or 6430916. OLE color: 6430916.

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

Color convert

RGB 196 32 98 -
CMYK 0 0.84 0.5 0.23
HSL 335.85º 0.72% 0.45% -
HSV(B) 335.85º 0.84% 0.77% -
XYZ 25.49 13.65 12.85 -
YUV 88.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 196 32 98 0 0.84 0.5 0.23 335.85 0.72 0.45
Hex C4 20 62 0 54 32 17 150 48 2D
Octal 304 40 142 0 124 62 27 520 110 55
Binary 11000100 100000 1100010 0 1010100 110010 10111 101010000 1001000 101101

Color Harmonies of #C42062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42062

Black with #C42062

Text Example


Text Example

White with #C42062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42062; }

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

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

background-color css

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

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

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

border-color css

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

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

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