Html Css Color HEX #C02055 Old Rose

📋 copy color: '#C02055'

red 192 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #C02055

Tints of Old Rose #C02055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 62.14%
G = 10.36%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C02055 (or 0xC02055) is known color: Old Rose. HEX triplet: C0, 20 and 55. RGB value is (192,32,85). Sum of RGB (Red+Green+Blue) = 192+32+85=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02055 is #3FDFAA. Grayscale: #555555. Windows color (decimal): -4186027 or 5578944. OLE color: 5578944.

HSL color Cylindrical-coordinate representation of color #C02055: hue angle of 340.12º 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 #C02055 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 85 -
CMYK 0 0.83 0.56 0.25
HSL 340.13º 0.71% 0.44% -
HSV(B) 340.13º 0.83% 0.75% -
XYZ 23.89 12.9 9.82 -
YUV 85.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 192 32 85 0 0.83 0.56 0.25 340.13 0.71 0.44
Hex C0 20 55 0 53 38 19 154 47 2C
Octal 300 40 125 0 123 70 31 524 107 54
Binary 11000000 100000 1010101 0 1010011 111000 11001 101010100 1000111 101100

Color Harmonies of #C02055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02055

Black with #C02055

Text Example


Text Example

White with #C02055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02055; }

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

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

background-color css

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

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

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

border-color css

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

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

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