Html Css Color HEX #C9556C Cabaret

📋 copy color: '#C9556C'

red 201 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #C9556C

Tints of Cabaret #C9556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 51.02%
G = 21.57%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9556C (or 0xC9556C) is known color: Cabaret. HEX triplet: C9, 55 and 6C. RGB value is (201,85,108). Sum of RGB (Red+Green+Blue) = 201+85+108=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9556C is #36AA93. Grayscale: #7A7A7A. Windows color (decimal): -3582612 or 7099849. OLE color: 7099849.

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

Color convert

RGB 201 85 108 -
CMYK 0 0.58 0.46 0.21
HSL 348.1º 0.52% 0.56% -
HSV(B) 348.1º 0.58% 0.79% -
XYZ 30.04 20 16.46 -
YUV 122.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 201 85 108 0 0.58 0.46 0.21 348.1 0.52 0.56
Hex C9 55 6C 0 3A 2E 15 15C 34 38
Octal 311 125 154 0 72 56 25 534 64 70
Binary 11001001 1010101 1101100 0 111010 101110 10101 101011100 110100 111000

Color Harmonies of #C9556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9556C

Black with #C9556C

Text Example


Text Example

White with #C9556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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