Html Css Color HEX #C02A59 Old Rose

📋 copy color: '#C02A59'

red 192 ◦ green 42 ◦ blue 89

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

Shades of Old Rose #C02A59

Tints of Old Rose #C02A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 59.44%
G = 13%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02A59 (or 0xC02A59) is known color: Old Rose. HEX triplet: C0, 2A and 59. RGB value is (192,42,89). Sum of RGB (Red+Green+Blue) = 192+42+89=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A59 is #3FD5A6. Grayscale: #5C5C5C. Windows color (decimal): -4183463 or 5843648. OLE color: 5843648.

HSL color Cylindrical-coordinate representation of color #C02A59: hue angle of 341.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A59 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 42 89 -
CMYK 0 0.78 0.54 0.25
HSL 341.2º 0.64% 0.46% -
HSV(B) 341.2º 0.78% 0.75% -
XYZ 24.37 13.58 10.79 -
YUV 92.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 192 42 89 0 0.78 0.54 0.25 341.2 0.64 0.46
Hex C0 2A 59 0 4E 36 19 155 40 2E
Octal 300 52 131 0 116 66 31 525 100 56
Binary 11000000 101010 1011001 0 1001110 110110 11001 101010101 1000000 101110

Color Harmonies of #C02A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A59

Black with #C02A59

Text Example


Text Example

White with #C02A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A59; }

 p { color: rgb(192,42,89); }

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

background-color css

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

 a { background-color: rgb(192,42,89); }

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

border-color css

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

 span { border-color: rgb(192,42,89); }

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