Html Css Color HEX #C02559 Old Rose

📋 copy color: '#C02559'

red 192 ◦ green 37 ◦ blue 89

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

Shades of Old Rose #C02559

Tints of Old Rose #C02559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

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

R = 60.38%
G = 11.64%
B = 27.99%

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

#C02559 (or 0xC02559) is known color: Old Rose. HEX triplet: C0, 25 and 59. RGB value is (192,37,89). Sum of RGB (Red+Green+Blue) = 192+37+89=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C02559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02559 is #3FDAA6. Grayscale: #595959. Windows color (decimal): -4184743 or 5842368. OLE color: 5842368.

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

Color convert

RGB 192 37 89 -
CMYK 0 0.81 0.54 0.25
HSL 339.87º 0.68% 0.45% -
HSV(B) 339.87º 0.81% 0.75% -
XYZ 24.2 13.25 10.73 -
YUV 89.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 192 37 89 0 0.81 0.54 0.25 339.87 0.68 0.45
Hex C0 25 59 0 51 36 19 154 44 2D
Octal 300 45 131 0 121 66 31 524 104 55
Binary 11000000 100101 1011001 0 1010001 110110 11001 101010100 1000100 101101

Color Harmonies of #C02559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02559

Black with #C02559

Text Example


Text Example

White with #C02559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02559; }

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

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

background-color css

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

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

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

border-color css

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

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

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