Html Css Color HEX #C2596B Cabaret

📋 copy color: '#C2596B'

red 194 ◦ green 89 ◦ blue 107

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

Shades of Cabaret #C2596B

Tints of Cabaret #C2596B

RGB

 RED value IS 194 (76.17% from 255) = 49.74%

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

 BLUE value IS 107 (42.19% from 255) = 27.44%

R = 49.74%
G = 22.82%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2596B (or 0xC2596B) is known color: Cabaret. HEX triplet: C2, 59 and 6B. RGB value is (194,89,107). Sum of RGB (Red+Green+Blue) = 194+89+107=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2596B is #3DA694. Grayscale: #7A7A7A. Windows color (decimal): -4040341 or 7035330. OLE color: 7035330.

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

Color convert

RGB 194 89 107 -
CMYK 0 0.54 0.45 0.24
HSL 349.71º 0.46% 0.55% -
HSV(B) 349.71º 0.54% 0.76% -
XYZ 28.47 19.68 16.21 -
YUV 122.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 194 89 107 0 0.54 0.45 0.24 349.71 0.46 0.55
Hex C2 59 6B 0 36 2D 18 15E 2E 37
Octal 302 131 153 0 66 55 30 536 56 67
Binary 11000010 1011001 1101011 0 110110 101101 11000 101011110 101110 110111

Color Harmonies of #C2596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2596B

Black with #C2596B

Text Example


Text Example

White with #C2596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2596B; }

 p { color: rgb(194,89,107); }

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

background-color css

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

 a { background-color: rgb(194,89,107); }

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

border-color css

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

 span { border-color: rgb(194,89,107); }

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