Html Css Color HEX #C02260 Old Rose

📋 copy color: '#C02260'

red 192 ◦ green 34 ◦ blue 96

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

Shades of Old Rose #C02260

Tints of Old Rose #C02260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 59.63%
G = 10.56%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C02260 (or 0xC02260) is known color: Old Rose. HEX triplet: C0, 22 and 60. RGB value is (192,34,96). Sum of RGB (Red+Green+Blue) = 192+34+96=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C02260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02260 is #3FDD9F. Grayscale: #585858. Windows color (decimal): -4185504 or 6300352. OLE color: 6300352.

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

Color convert

RGB 192 34 96 -
CMYK 0 0.82 0.50 0.25
HSL 336.46º 0.7% 0.44% -
HSV(B) 336.46º 0.82% 0.75% -
XYZ 24.42 13.2 12.33 -
YUV 88.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 192 34 96 0 0.82 0.50 0.25 336.46 0.7 0.44
Hex C0 22 60 0 52 32 19 150 46 2C
Octal 300 42 140 0 122 62 31 520 106 54
Binary 11000000 100010 1100000 0 1010010 110010 11001 101010000 1000110 101100

Color Harmonies of #C02260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02260

Black with #C02260

Text Example


Text Example

White with #C02260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02260; }

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

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

background-color css

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

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

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

border-color css

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

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

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