Html Css Color HEX #C2596F Cabaret

📋 copy color: '#C2596F'

red 194 ◦ green 89 ◦ blue 111

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

Shades of Cabaret #C2596F

Tints of Cabaret #C2596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 49.24%
G = 22.59%
B = 28.17%

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

#C2596F (or 0xC2596F) is known color: Cabaret. HEX triplet: C2, 59 and 6F. RGB value is (194,89,111). Sum of RGB (Red+Green+Blue) = 194+89+111=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2596F is #3DA690. Grayscale: #7A7A7A. Windows color (decimal): -4040337 or 7297474. OLE color: 7297474.

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

Color convert

RGB 194 89 111 -
CMYK 0 0.54 0.43 0.24
HSL 347.43º 0.46% 0.55% -
HSV(B) 347.43º 0.54% 0.76% -
XYZ 28.69 19.76 17.34 -
YUV 122.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 194 89 111 0 0.54 0.43 0.24 347.43 0.46 0.55
Hex C2 59 6F 0 36 2B 18 15B 2E 37
Octal 302 131 157 0 66 53 30 533 56 67
Binary 11000010 1011001 1101111 0 110110 101011 11000 101011011 101110 110111

Color Harmonies of #C2596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2596F

Black with #C2596F

Text Example


Text Example

White with #C2596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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