Html Css Color HEX #C02760 Old Rose

📋 copy color: '#C02760'

red 192 ◦ green 39 ◦ blue 96

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

Shades of Old Rose #C02760

Tints of Old Rose #C02760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

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

R = 58.72%
G = 11.93%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C02760 (or 0xC02760) is known color: Old Rose. HEX triplet: C0, 27 and 60. RGB value is (192,39,96). Sum of RGB (Red+Green+Blue) = 192+39+96=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C02760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02760 is #3FD89F. Grayscale: #5B5B5B. Windows color (decimal): -4184224 or 6301632. OLE color: 6301632.

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

Color convert

RGB 192 39 96 -
CMYK 0 0.80 0.50 0.25
HSL 337.65º 0.66% 0.45% -
HSV(B) 337.65º 0.8% 0.75% -
XYZ 24.58 13.5 12.38 -
YUV 91.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 192 39 96 0 0.80 0.50 0.25 337.65 0.66 0.45
Hex C0 27 60 0 50 32 19 152 42 2D
Octal 300 47 140 0 120 62 31 522 102 55
Binary 11000000 100111 1100000 0 1010000 110010 11001 101010010 1000010 101101

Color Harmonies of #C02760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02760

Black with #C02760

Text Example


Text Example

White with #C02760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02760; }

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

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

background-color css

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

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

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

border-color css

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

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

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