Html Css Color HEX #C9656A Cabaret

📋 copy color: '#C9656A'

red 201 ◦ green 101 ◦ blue 106

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

Shades of Cabaret #C9656A

Tints of Cabaret #C9656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 49.26%
G = 24.75%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9656A (or 0xC9656A) is known color: Cabaret. HEX triplet: C9, 65 and 6A. RGB value is (201,101,106). Sum of RGB (Red+Green+Blue) = 201+101+106=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9656A is #369A95. Grayscale: #838383. Windows color (decimal): -3578518 or 6972873. OLE color: 6972873.

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

Color convert

RGB 201 101 106 -
CMYK 0 0.50 0.47 0.21
HSL 357º 0.48% 0.59% -
HSV(B) 357º 0.5% 0.79% -
XYZ 31.34 22.77 16.38 -
YUV 131.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 201 101 106 0 0.50 0.47 0.21 357 0.48 0.59
Hex C9 65 6A 0 32 2F 15 165 30 3B
Octal 311 145 152 0 62 57 25 545 60 73
Binary 11001001 1100101 1101010 0 110010 101111 10101 101100101 110000 111011

Color Harmonies of #C9656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9656A

Black with #C9656A

Text Example


Text Example

White with #C9656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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