Html Css Color HEX #C9566B Cabaret

📋 copy color: '#C9566B'

red 201 ◦ green 86 ◦ blue 107

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

Shades of Cabaret #C9566B

Tints of Cabaret #C9566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 51.02%
G = 21.83%
B = 27.16%

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

#C9566B (or 0xC9566B) is known color: Cabaret. HEX triplet: C9, 56 and 6B. RGB value is (201,86,107). Sum of RGB (Red+Green+Blue) = 201+86+107=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9566B is #36A994. Grayscale: #7A7A7A. Windows color (decimal): -3582357 or 7034569. OLE color: 7034569.

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

Color convert

RGB 201 86 107 -
CMYK 0 0.57 0.47 0.21
HSL 349.04º 0.52% 0.56% -
HSV(B) 349.04º 0.57% 0.79% -
XYZ 30.07 20.13 16.21 -
YUV 122.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 201 86 107 0 0.57 0.47 0.21 349.04 0.52 0.56
Hex C9 56 6B 0 39 2F 15 15D 34 38
Octal 311 126 153 0 71 57 25 535 64 70
Binary 11001001 1010110 1101011 0 111001 101111 10101 101011101 110100 111000

Color Harmonies of #C9566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9566B

Black with #C9566B

Text Example


Text Example

White with #C9566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9566B; }

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

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

background-color css

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

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

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

border-color css

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

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

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