Html Css Color HEX #C9596E Cabaret

📋 copy color: '#C9596E'

red 201 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #C9596E

Tints of Cabaret #C9596E

RGB

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

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

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

R = 50.25%
G = 22.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9596E (or 0xC9596E) is known color: Cabaret. HEX triplet: C9, 59 and 6E. RGB value is (201,89,110). Sum of RGB (Red+Green+Blue) = 201+89+110=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9596E is #36A691. Grayscale: #7C7C7C. Windows color (decimal): -3581586 or 7231945. OLE color: 7231945.

HSL color Cylindrical-coordinate representation of color #C9596E: hue angle of 348.75º 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 #C9596E is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 110 -
CMYK 0 0.56 0.45 0.21
HSL 348.75º 0.51% 0.57% -
HSV(B) 348.75º 0.56% 0.79% -
XYZ 30.47 20.69 17.14 -
YUV 124.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 201 89 110 0 0.56 0.45 0.21 348.75 0.51 0.57
Hex C9 59 6E 0 38 2D 15 15D 33 39
Octal 311 131 156 0 70 55 25 535 63 71
Binary 11001001 1011001 1101110 0 111000 101101 10101 101011101 110011 111001

Color Harmonies of #C9596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9596E

Black with #C9596E

Text Example


Text Example

White with #C9596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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