Html Css Color HEX #C9656F Cabaret

📋 copy color: '#C9656F'

red 201 ◦ green 101 ◦ blue 111

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

Shades of Cabaret #C9656F

Tints of Cabaret #C9656F

RGB

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

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

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

R = 48.67%
G = 24.46%
B = 26.88%

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

#C9656F (or 0xC9656F) is known color: Cabaret. HEX triplet: C9, 65 and 6F. RGB value is (201,101,111). Sum of RGB (Red+Green+Blue) = 201+101+111=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9656F is #369A90. Grayscale: #848484. Windows color (decimal): -3578513 or 7300553. OLE color: 7300553.

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

Color convert

RGB 201 101 111 -
CMYK 0 0.50 0.45 0.21
HSL 354º 0.48% 0.59% -
HSV(B) 354º 0.5% 0.79% -
XYZ 31.61 22.87 17.79 -
YUV 132.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 201 101 111 0 0.50 0.45 0.21 354 0.48 0.59
Hex C9 65 6F 0 32 2D 15 162 30 3B
Octal 311 145 157 0 62 55 25 542 60 73
Binary 11001001 1100101 1101111 0 110010 101101 10101 101100010 110000 111011

Color Harmonies of #C9656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9656F

Black with #C9656F

Text Example


Text Example

White with #C9656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9656F; }

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

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

background-color css

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

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

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

border-color css

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

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

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