Html Css Color HEX #C02860 Old Rose

📋 copy color: '#C02860'

red 192 ◦ green 40 ◦ blue 96

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

Shades of Old Rose #C02860

Tints of Old Rose #C02860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

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

R = 58.54%
G = 12.2%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C02860 (or 0xC02860) is known color: Old Rose. HEX triplet: C0, 28 and 60. RGB value is (192,40,96). Sum of RGB (Red+Green+Blue) = 192+40+96=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02860 is #3FD79F. Grayscale: #5B5B5B. Windows color (decimal): -4183968 or 6301888. OLE color: 6301888.

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

Color convert

RGB 192 40 96 -
CMYK 0 0.79 0.50 0.25
HSL 337.89º 0.66% 0.45% -
HSV(B) 337.89º 0.79% 0.75% -
XYZ 24.61 13.57 12.39 -
YUV 91.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 192 40 96 0 0.79 0.50 0.25 337.89 0.66 0.45
Hex C0 28 60 0 4F 32 19 152 42 2D
Octal 300 50 140 0 117 62 31 522 102 55
Binary 11000000 101000 1100000 0 1001111 110010 11001 101010010 1000010 101101

Color Harmonies of #C02860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02860

Black with #C02860

Text Example


Text Example

White with #C02860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02860; }

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

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

background-color css

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

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

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

border-color css

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

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

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