Html Css Color HEX #C02859 Old Rose

📋 copy color: '#C02859'

red 192 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #C02859

Tints of Old Rose #C02859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

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

R = 59.81%
G = 12.46%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02859 (or 0xC02859) is known color: Old Rose. HEX triplet: C0, 28 and 59. RGB value is (192,40,89). Sum of RGB (Red+Green+Blue) = 192+40+89=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C02859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02859 is #3FD7A6. Grayscale: #5A5A5A. Windows color (decimal): -4183975 or 5843136. OLE color: 5843136.

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

Color convert

RGB 192 40 89 -
CMYK 0 0.79 0.54 0.25
HSL 340.66º 0.66% 0.45% -
HSV(B) 340.66º 0.79% 0.75% -
XYZ 24.3 13.45 10.77 -
YUV 91.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 192 40 89 0 0.79 0.54 0.25 340.66 0.66 0.45
Hex C0 28 59 0 4F 36 19 155 42 2D
Octal 300 50 131 0 117 66 31 525 102 55
Binary 11000000 101000 1011001 0 1001111 110110 11001 101010101 1000010 101101

Color Harmonies of #C02859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02859

Black with #C02859

Text Example


Text Example

White with #C02859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02859; }

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

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

background-color css

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

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

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

border-color css

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

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

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