Html Css Color HEX #C0596E Cabaret

📋 copy color: '#C0596E'

red 192 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #C0596E

Tints of Cabaret #C0596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 49.1%
G = 22.76%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0596E (or 0xC0596E) is known color: Cabaret. HEX triplet: C0, 59 and 6E. RGB value is (192,89,110). Sum of RGB (Red+Green+Blue) = 192+89+110=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0596E is #3FA691. Grayscale: #7A7A7A. Windows color (decimal): -4171410 or 7231936. OLE color: 7231936.

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

Color convert

RGB 192 89 110 -
CMYK 0 0.54 0.43 0.25
HSL 347.77º 0.45% 0.55% -
HSV(B) 347.77º 0.54% 0.75% -
XYZ 28.13 19.48 17.03 -
YUV 122.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 192 89 110 0 0.54 0.43 0.25 347.77 0.45 0.55
Hex C0 59 6E 0 36 2B 19 15C 2D 37
Octal 300 131 156 0 66 53 31 534 55 67
Binary 11000000 1011001 1101110 0 110110 101011 11001 101011100 101101 110111

Color Harmonies of #C0596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0596E

Black with #C0596E

Text Example


Text Example

White with #C0596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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