Html Css Color HEX #C9546C Cabaret

📋 copy color: '#C9546C'

red 201 ◦ green 84 ◦ blue 108

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

Shades of Cabaret #C9546C

Tints of Cabaret #C9546C

RGB

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

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

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

R = 51.15%
G = 21.37%
B = 27.48%

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

#C9546C (or 0xC9546C) is known color: Cabaret. HEX triplet: C9, 54 and 6C. RGB value is (201,84,108). Sum of RGB (Red+Green+Blue) = 201+84+108=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9546C is #36AB93. Grayscale: #797979. Windows color (decimal): -3582868 or 7099593. OLE color: 7099593.

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

Color convert

RGB 201 84 108 -
CMYK 0 0.58 0.46 0.21
HSL 347.69º 0.52% 0.56% -
HSV(B) 347.69º 0.58% 0.79% -
XYZ 29.96 19.84 16.44 -
YUV 121.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 201 84 108 0 0.58 0.46 0.21 347.69 0.52 0.56
Hex C9 54 6C 0 3A 2E 15 15C 34 38
Octal 311 124 154 0 72 56 25 534 64 70
Binary 11001001 1010100 1101100 0 111010 101110 10101 101011100 110100 111000

Color Harmonies of #C9546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9546C

Black with #C9546C

Text Example


Text Example

White with #C9546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9546C; }

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

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

background-color css

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

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

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

border-color css

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

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

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