Html Css Color HEX #C9586C Cabaret

📋 copy color: '#C9586C'

red 201 ◦ green 88 ◦ blue 108

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

Shades of Cabaret #C9586C

Tints of Cabaret #C9586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 50.63%
G = 22.17%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9586C (or 0xC9586C) is known color: Cabaret. HEX triplet: C9, 58 and 6C. RGB value is (201,88,108). Sum of RGB (Red+Green+Blue) = 201+88+108=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9586C is #36A793. Grayscale: #7C7C7C. Windows color (decimal): -3581844 or 7100617. OLE color: 7100617.

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

Color convert

RGB 201 88 108 -
CMYK 0 0.56 0.46 0.21
HSL 349.38º 0.51% 0.57% -
HSV(B) 349.38º 0.56% 0.79% -
XYZ 30.28 20.48 16.54 -
YUV 124.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 201 88 108 0 0.56 0.46 0.21 349.38 0.51 0.57
Hex C9 58 6C 0 38 2E 15 15D 33 39
Octal 311 130 154 0 70 56 25 535 63 71
Binary 11001001 1011000 1101100 0 111000 101110 10101 101011101 110011 111001

Color Harmonies of #C9586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9586C

Black with #C9586C

Text Example


Text Example

White with #C9586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9586C; }

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

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

background-color css

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

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

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

border-color css

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

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

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