Html Css Color HEX #C2596E Cabaret

📋 copy color: '#C2596E'

red 194 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #C2596E

Tints of Cabaret #C2596E

RGB

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

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

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

R = 49.36%
G = 22.65%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2596E (or 0xC2596E) is known color: Cabaret. HEX triplet: C2, 59 and 6E. RGB value is (194,89,110). Sum of RGB (Red+Green+Blue) = 194+89+110=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2596E is #3DA691. Grayscale: #7A7A7A. Windows color (decimal): -4040338 or 7231938. OLE color: 7231938.

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

Color convert

RGB 194 89 110 -
CMYK 0 0.54 0.43 0.24
HSL 348º 0.46% 0.55% -
HSV(B) 348º 0.54% 0.76% -
XYZ 28.63 19.74 17.05 -
YUV 122.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 194 89 110 0 0.54 0.43 0.24 348 0.46 0.55
Hex C2 59 6E 0 36 2B 18 15C 2E 37
Octal 302 131 156 0 66 53 30 534 56 67
Binary 11000010 1011001 1101110 0 110110 101011 11000 101011100 101110 110111

Color Harmonies of #C2596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2596E

Black with #C2596E

Text Example


Text Example

White with #C2596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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