Html Css Color HEX #C9546E Cabaret

📋 copy color: '#C9546E'

red 201 ◦ green 84 ◦ blue 110

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

Shades of Cabaret #C9546E

Tints of Cabaret #C9546E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 50.89%
G = 21.27%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9546E (or 0xC9546E) is known color: Cabaret. HEX triplet: C9, 54 and 6E. RGB value is (201,84,110). Sum of RGB (Red+Green+Blue) = 201+84+110=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9546E is #36AB91. Grayscale: #797979. Windows color (decimal): -3582866 or 7230665. OLE color: 7230665.

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

Color convert

RGB 201 84 110 -
CMYK 0 0.58 0.45 0.21
HSL 346.67º 0.52% 0.56% -
HSV(B) 346.67º 0.58% 0.79% -
XYZ 30.07 19.88 17 -
YUV 121.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 201 84 110 0 0.58 0.45 0.21 346.67 0.52 0.56
Hex C9 54 6E 0 3A 2D 15 15B 34 38
Octal 311 124 156 0 72 55 25 533 64 70
Binary 11001001 1010100 1101110 0 111010 101101 10101 101011011 110100 111000

Color Harmonies of #C9546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9546E

Black with #C9546E

Text Example


Text Example

White with #C9546E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9546E; }

 p { color: rgb(201,84,110); }

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

background-color css

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

 a { background-color: rgb(201,84,110); }

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

border-color css

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

 span { border-color: rgb(201,84,110); }

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