Html Css Color HEX #C02259 Old Rose

📋 copy color: '#C02259'

red 192 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #C02259

Tints of Old Rose #C02259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

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

R = 60.95%
G = 10.79%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02259 (or 0xC02259) is known color: Old Rose. HEX triplet: C0, 22 and 59. RGB value is (192,34,89). Sum of RGB (Red+Green+Blue) = 192+34+89=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02259 is #3FDDA6. Grayscale: #575757. Windows color (decimal): -4185511 or 5841600. OLE color: 5841600.

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

Color convert

RGB 192 34 89 -
CMYK 0 0.82 0.54 0.25
HSL 339.11º 0.7% 0.44% -
HSV(B) 339.11º 0.82% 0.75% -
XYZ 24.11 13.07 10.7 -
YUV 87.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 192 34 89 0 0.82 0.54 0.25 339.11 0.7 0.44
Hex C0 22 59 0 52 36 19 153 46 2C
Octal 300 42 131 0 122 66 31 523 106 54
Binary 11000000 100010 1011001 0 1010010 110110 11001 101010011 1000110 101100

Color Harmonies of #C02259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02259

Black with #C02259

Text Example


Text Example

White with #C02259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02259; }

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

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

background-color css

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

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

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

border-color css

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

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

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