Html Css Color HEX #C9546F Cabaret

📋 copy color: '#C9546F'

red 201 ◦ green 84 ◦ blue 111

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

Shades of Cabaret #C9546F

Tints of Cabaret #C9546F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 50.76%
G = 21.21%
B = 28.03%

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

#C9546F (or 0xC9546F) is known color: Cabaret. HEX triplet: C9, 54 and 6F. RGB value is (201,84,111). Sum of RGB (Red+Green+Blue) = 201+84+111=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9546F is #36AB90. Grayscale: #7A7A7A. Windows color (decimal): -3582865 or 7296201. OLE color: 7296201.

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

Color convert

RGB 201 84 111 -
CMYK 0 0.58 0.45 0.21
HSL 346.15º 0.52% 0.56% -
HSV(B) 346.15º 0.58% 0.79% -
XYZ 30.13 19.91 17.29 -
YUV 122.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 201 84 111 0 0.58 0.45 0.21 346.15 0.52 0.56
Hex C9 54 6F 0 3A 2D 15 15A 34 38
Octal 311 124 157 0 72 55 25 532 64 70
Binary 11001001 1010100 1101111 0 111010 101101 10101 101011010 110100 111000

Color Harmonies of #C9546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9546F

Black with #C9546F

Text Example


Text Example

White with #C9546F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9546F; }

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

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

background-color css

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

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

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

border-color css

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

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

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