Html Css Color HEX #C2596C Cabaret

📋 copy color: '#C2596C'

red 194 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #C2596C

Tints of Cabaret #C2596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 49.62%
G = 22.76%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2596C (or 0xC2596C) is known color: Cabaret. HEX triplet: C2, 59 and 6C. RGB value is (194,89,108). Sum of RGB (Red+Green+Blue) = 194+89+108=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2596C is #3DA693. Grayscale: #7A7A7A. Windows color (decimal): -4040340 or 7100866. OLE color: 7100866.

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

Color convert

RGB 194 89 108 -
CMYK 0 0.54 0.44 0.24
HSL 349.14º 0.46% 0.55% -
HSV(B) 349.14º 0.54% 0.76% -
XYZ 28.53 19.7 16.49 -
YUV 122.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 194 89 108 0 0.54 0.44 0.24 349.14 0.46 0.55
Hex C2 59 6C 0 36 2C 18 15D 2E 37
Octal 302 131 154 0 66 54 30 535 56 67
Binary 11000010 1011001 1101100 0 110110 101100 11000 101011101 101110 110111

Color Harmonies of #C2596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2596C

Black with #C2596C

Text Example


Text Example

White with #C2596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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