Html Css Color HEX #C02060 Old Rose

📋 copy color: '#C02060'

red 192 ◦ green 32 ◦ blue 96

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

Shades of Old Rose #C02060

Tints of Old Rose #C02060

RGB

 RED value IS 192 (75.39% from 255) = 60%

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

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

R = 60%
G = 10%
B = 30%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C02060 (or 0xC02060) is known color: Old Rose. HEX triplet: C0, 20 and 60. RGB value is (192,32,96). Sum of RGB (Red+Green+Blue) = 192+32+96=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C02060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02060 is #3FDF9F. Grayscale: #575757. Windows color (decimal): -4186016 or 6299840. OLE color: 6299840.

HSL color Cylindrical-coordinate representation of color #C02060: hue angle of 336º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02060 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 96 -
CMYK 0 0.83 0.50 0.25
HSL 336º 0.71% 0.44% -
HSV(B) 336º 0.83% 0.75% -
XYZ 24.37 13.08 12.31 -
YUV 87.14 133.01 202.8 -
System Red Green Blue C M Y K H S L
Decimal 192 32 96 0 0.83 0.50 0.25 336 0.71 0.44
Hex C0 20 60 0 53 32 19 150 47 2C
Octal 300 40 140 0 123 62 31 520 107 54
Binary 11000000 100000 1100000 0 1010011 110010 11001 101010000 1000111 101100

Color Harmonies of #C02060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02060

Black with #C02060

Text Example


Text Example

White with #C02060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02060; }

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

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

background-color css

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

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

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

border-color css

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

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

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