Html Css Color HEX #C0596A Cabaret

📋 copy color: '#C0596A'

red 192 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #C0596A

Tints of Cabaret #C0596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 49.61%
G = 23%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0596A (or 0xC0596A) is known color: Cabaret. HEX triplet: C0, 59 and 6A. RGB value is (192,89,106). Sum of RGB (Red+Green+Blue) = 192+89+106=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0596A is #3FA695. Grayscale: #797979. Windows color (decimal): -4171414 or 6969792. OLE color: 6969792.

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

Color convert

RGB 192 89 106 -
CMYK 0 0.54 0.45 0.25
HSL 350.1º 0.45% 0.55% -
HSV(B) 350.1º 0.54% 0.75% -
XYZ 27.91 19.39 15.91 -
YUV 121.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 192 89 106 0 0.54 0.45 0.25 350.1 0.45 0.55
Hex C0 59 6A 0 36 2D 19 15E 2D 37
Octal 300 131 152 0 66 55 31 536 55 67
Binary 11000000 1011001 1101010 0 110110 101101 11001 101011110 101101 110111

Color Harmonies of #C0596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0596A

Black with #C0596A

Text Example


Text Example

White with #C0596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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