Html Css Color HEX #CC586D Cabaret

📋 copy color: '#CC586D'

red 204 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #CC586D

Tints of Cabaret #CC586D

RGB

 RED value IS 204 (80.08% from 255) = 50.87%

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

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

R = 50.87%
G = 21.95%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC586D (or 0xCC586D) is known color: Cabaret. HEX triplet: CC, 58 and 6D. RGB value is (204,88,109). Sum of RGB (Red+Green+Blue) = 204+88+109=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC586D is #33A792. Grayscale: #7D7D7D. Windows color (decimal): -3385235 or 7166156. OLE color: 7166156.

HSL color Cylindrical-coordinate representation of color #CC586D: hue angle of 349.14º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC586D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 109 -
CMYK 0 0.57 0.47 0.2
HSL 349.14º 0.53% 0.57% -
HSV(B) 349.14º 0.57% 0.8% -
XYZ 31.15 20.92 16.86 -
YUV 125.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 204 88 109 0 0.57 0.47 0.2 349.14 0.53 0.57
Hex CC 58 6D 0 39 2F 14 15D 35 39
Octal 314 130 155 0 71 57 24 535 65 71
Binary 11001100 1011000 1101101 0 111001 101111 10100 101011101 110101 111001

Color Harmonies of #CC586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC586D

Black with #CC586D

Text Example


Text Example

White with #CC586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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