Html Css Color HEX #C02B59 Old Rose

📋 copy color: '#C02B59'

red 192 ◦ green 43 ◦ blue 89

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

Shades of Old Rose #C02B59

Tints of Old Rose #C02B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

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

R = 59.26%
G = 13.27%
B = 27.47%

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

#C02B59 (or 0xC02B59) is known color: Old Rose. HEX triplet: C0, 2B and 59. RGB value is (192,43,89). Sum of RGB (Red+Green+Blue) = 192+43+89=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B59 is #3FD4A6. Grayscale: #5C5C5C. Windows color (decimal): -4183207 or 5843904. OLE color: 5843904.

HSL color Cylindrical-coordinate representation of color #C02B59: hue angle of 341.48º degrees, saturation: 0.63, 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 #C02B59 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 89 -
CMYK 0 0.78 0.54 0.25
HSL 341.48º 0.63% 0.46% -
HSV(B) 341.48º 0.78% 0.75% -
XYZ 24.41 13.66 10.8 -
YUV 92.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 192 43 89 0 0.78 0.54 0.25 341.48 0.63 0.46
Hex C0 2B 59 0 4E 36 19 155 3F 2E
Octal 300 53 131 0 116 66 31 525 77 56
Binary 11000000 101011 1011001 0 1001110 110110 11001 101010101 111111 101110

Color Harmonies of #C02B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B59

Black with #C02B59

Text Example


Text Example

White with #C02B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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