Html Css Color HEX #C9586D Cabaret

📋 copy color: '#C9586D'

red 201 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #C9586D

Tints of Cabaret #C9586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 50.5%
G = 22.11%
B = 27.39%

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

#C9586D (or 0xC9586D) is known color: Cabaret. HEX triplet: C9, 58 and 6D. RGB value is (201,88,109). Sum of RGB (Red+Green+Blue) = 201+88+109=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9586D is #36A792. Grayscale: #7C7C7C. Windows color (decimal): -3581843 or 7166153. OLE color: 7166153.

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

Color convert

RGB 201 88 109 -
CMYK 0 0.56 0.46 0.21
HSL 348.85º 0.51% 0.57% -
HSV(B) 348.85º 0.56% 0.79% -
XYZ 30.34 20.5 16.83 -
YUV 124.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 201 88 109 0 0.56 0.46 0.21 348.85 0.51 0.57
Hex C9 58 6D 0 38 2E 15 15D 33 39
Octal 311 130 155 0 70 56 25 535 63 71
Binary 11001001 1011000 1101101 0 111000 101110 10101 101011101 110011 111001

Color Harmonies of #C9586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9586D

Black with #C9586D

Text Example


Text Example

White with #C9586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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