Html Css Color HEX #C9656E Cabaret

📋 copy color: '#C9656E'

red 201 ◦ green 101 ◦ blue 110

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

Shades of Cabaret #C9656E

Tints of Cabaret #C9656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.51%

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

R = 48.79%
G = 24.51%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9656E (or 0xC9656E) is known color: Cabaret. HEX triplet: C9, 65 and 6E. RGB value is (201,101,110). Sum of RGB (Red+Green+Blue) = 201+101+110=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9656E is #369A91. Grayscale: #838383. Windows color (decimal): -3578514 or 7235017. OLE color: 7235017.

HSL color Cylindrical-coordinate representation of color #C9656E: hue angle of 354.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9656E is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 110 -
CMYK 0 0.50 0.45 0.21
HSL 354.6º 0.48% 0.59% -
HSV(B) 354.6º 0.5% 0.79% -
XYZ 31.56 22.85 17.5 -
YUV 131.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 201 101 110 0 0.50 0.45 0.21 354.6 0.48 0.59
Hex C9 65 6E 0 32 2D 15 163 30 3B
Octal 311 145 156 0 62 55 25 543 60 73
Binary 11001001 1100101 1101110 0 110010 101101 10101 101100011 110000 111011

Color Harmonies of #C9656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9656E

Black with #C9656E

Text Example


Text Example

White with #C9656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9656E; }

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

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

background-color css

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

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

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

border-color css

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

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

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