Html Css Color HEX #C9566A Cabaret

📋 copy color: '#C9566A'

red 201 ◦ green 86 ◦ blue 106

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

Shades of Cabaret #C9566A

Tints of Cabaret #C9566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

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

R = 51.15%
G = 21.88%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9566A (or 0xC9566A) is known color: Cabaret. HEX triplet: C9, 56 and 6A. RGB value is (201,86,106). Sum of RGB (Red+Green+Blue) = 201+86+106=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9566A is #36A995. Grayscale: #7A7A7A. Windows color (decimal): -3582358 or 6969033. OLE color: 6969033.

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

Color convert

RGB 201 86 106 -
CMYK 0 0.57 0.47 0.21
HSL 349.57º 0.52% 0.56% -
HSV(B) 349.57º 0.57% 0.79% -
XYZ 30.02 20.11 15.94 -
YUV 122.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 201 86 106 0 0.57 0.47 0.21 349.57 0.52 0.56
Hex C9 56 6A 0 39 2F 15 15E 34 38
Octal 311 126 152 0 71 57 25 536 64 70
Binary 11001001 1010110 1101010 0 111001 101111 10101 101011110 110100 111000

Color Harmonies of #C9566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9566A

Black with #C9566A

Text Example


Text Example

White with #C9566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9566A; }

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

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

background-color css

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

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

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

border-color css

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

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

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