Html Css Color HEX #C02560 Old Rose

📋 copy color: '#C02560'

red 192 ◦ green 37 ◦ blue 96

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

Shades of Old Rose #C02560

Tints of Old Rose #C02560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

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

R = 59.08%
G = 11.38%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C02560 (or 0xC02560) is known color: Old Rose. HEX triplet: C0, 25 and 60. RGB value is (192,37,96). Sum of RGB (Red+Green+Blue) = 192+37+96=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C02560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02560 is #3FDA9F. Grayscale: #595959. Windows color (decimal): -4184736 or 6301120. OLE color: 6301120.

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

Color convert

RGB 192 37 96 -
CMYK 0 0.81 0.50 0.25
HSL 337.16º 0.68% 0.45% -
HSV(B) 337.16º 0.81% 0.75% -
XYZ 24.51 13.37 12.36 -
YUV 90.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 192 37 96 0 0.81 0.50 0.25 337.16 0.68 0.45
Hex C0 25 60 0 51 32 19 151 44 2D
Octal 300 45 140 0 121 62 31 521 104 55
Binary 11000000 100101 1100000 0 1010001 110010 11001 101010001 1000100 101101

Color Harmonies of #C02560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02560

Black with #C02560

Text Example


Text Example

White with #C02560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02560; }

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

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

background-color css

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

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

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

border-color css

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

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

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