Html Css Color HEX #C02759 Old Rose

📋 copy color: '#C02759'

red 192 ◦ green 39 ◦ blue 89

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

Shades of Old Rose #C02759

Tints of Old Rose #C02759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 60%
G = 12.19%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02759 (or 0xC02759) is known color: Old Rose. HEX triplet: C0, 27 and 59. RGB value is (192,39,89). Sum of RGB (Red+Green+Blue) = 192+39+89=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C02759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02759 is #3FD8A6. Grayscale: #5A5A5A. Windows color (decimal): -4184231 or 5842880. OLE color: 5842880.

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

Color convert

RGB 192 39 89 -
CMYK 0 0.80 0.54 0.25
HSL 340.39º 0.66% 0.45% -
HSV(B) 340.39º 0.8% 0.75% -
XYZ 24.27 13.38 10.75 -
YUV 90.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 192 39 89 0 0.80 0.54 0.25 340.39 0.66 0.45
Hex C0 27 59 0 50 36 19 154 42 2D
Octal 300 47 131 0 120 66 31 524 102 55
Binary 11000000 100111 1011001 0 1010000 110110 11001 101010100 1000010 101101

Color Harmonies of #C02759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02759

Black with #C02759

Text Example


Text Example

White with #C02759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02759; }

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

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

background-color css

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

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

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

border-color css

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

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

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