Html Css Color HEX #C9596C Cabaret

📋 copy color: '#C9596C'

red 201 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #C9596C

Tints of Cabaret #C9596C

RGB

 RED value IS 201 (78.91% from 255) = 50.5%

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

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

R = 50.5%
G = 22.36%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9596C (or 0xC9596C) is known color: Cabaret. HEX triplet: C9, 59 and 6C. RGB value is (201,89,108). Sum of RGB (Red+Green+Blue) = 201+89+108=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9596C is #36A693. Grayscale: #7C7C7C. Windows color (decimal): -3581588 or 7100873. OLE color: 7100873.

HSL color Cylindrical-coordinate representation of color #C9596C: hue angle of 349.82º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9596C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 108 -
CMYK 0 0.56 0.46 0.21
HSL 349.82º 0.51% 0.57% -
HSV(B) 349.82º 0.56% 0.79% -
XYZ 30.37 20.64 16.57 -
YUV 124.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 201 89 108 0 0.56 0.46 0.21 349.82 0.51 0.57
Hex C9 59 6C 0 38 2E 15 15E 33 39
Octal 311 131 154 0 70 56 25 536 63 71
Binary 11001001 1011001 1101100 0 111000 101110 10101 101011110 110011 111001

Color Harmonies of #C9596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9596C

Black with #C9596C

Text Example


Text Example

White with #C9596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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