Html Css Color HEX #C02459 Old Rose

📋 copy color: '#C02459'

red 192 ◦ green 36 ◦ blue 89

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

Shades of Old Rose #C02459

Tints of Old Rose #C02459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

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

R = 60.57%
G = 11.36%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02459 (or 0xC02459) is known color: Old Rose. HEX triplet: C0, 24 and 59. RGB value is (192,36,89). Sum of RGB (Red+Green+Blue) = 192+36+89=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C02459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02459 is #3FDBA6. Grayscale: #585858. Windows color (decimal): -4184999 or 5842112. OLE color: 5842112.

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

Color convert

RGB 192 36 89 -
CMYK 0 0.81 0.54 0.25
HSL 339.62º 0.68% 0.45% -
HSV(B) 339.62º 0.81% 0.75% -
XYZ 24.17 13.19 10.72 -
YUV 88.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 192 36 89 0 0.81 0.54 0.25 339.62 0.68 0.45
Hex C0 24 59 0 51 36 19 154 44 2D
Octal 300 44 131 0 121 66 31 524 104 55
Binary 11000000 100100 1011001 0 1010001 110110 11001 101010100 1000100 101101

Color Harmonies of #C02459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02459

Black with #C02459

Text Example


Text Example

White with #C02459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02459; }

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

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

background-color css

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

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

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

border-color css

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

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

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