Html Css Color HEX #C9556A Cabaret

📋 copy color: '#C9556A'

red 201 ◦ green 85 ◦ blue 106

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

Shades of Cabaret #C9556A

Tints of Cabaret #C9556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 51.28%
G = 21.68%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9556A (or 0xC9556A) is known color: Cabaret. HEX triplet: C9, 55 and 6A. RGB value is (201,85,106). Sum of RGB (Red+Green+Blue) = 201+85+106=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9556A is #36AA95. Grayscale: #7A7A7A. Windows color (decimal): -3582614 or 6968777. OLE color: 6968777.

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

Color convert

RGB 201 85 106 -
CMYK 0 0.58 0.47 0.21
HSL 349.14º 0.52% 0.56% -
HSV(B) 349.14º 0.58% 0.79% -
XYZ 29.94 19.96 15.91 -
YUV 122.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 201 85 106 0 0.58 0.47 0.21 349.14 0.52 0.56
Hex C9 55 6A 0 3A 2F 15 15D 34 38
Octal 311 125 152 0 72 57 25 535 64 70
Binary 11001001 1010101 1101010 0 111010 101111 10101 101011101 110100 111000

Color Harmonies of #C9556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9556A

Black with #C9556A

Text Example


Text Example

White with #C9556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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