Html Css Color HEX #CC656C Cabaret

📋 copy color: '#CC656C'

red 204 ◦ green 101 ◦ blue 108

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

Shades of Cabaret #CC656C

Tints of Cabaret #CC656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

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

R = 49.39%
G = 24.46%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC656C (or 0xCC656C) is known color: Cabaret. HEX triplet: CC, 65 and 6C. RGB value is (204,101,108). Sum of RGB (Red+Green+Blue) = 204+101+108=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC656C is #339A93. Grayscale: #848484. Windows color (decimal): -3381908 or 7103948. OLE color: 7103948.

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

Color convert

RGB 204 101 108 -
CMYK 0 0.50 0.47 0.2
HSL 355.92º 0.5% 0.6% -
HSV(B) 355.92º 0.5% 0.8% -
XYZ 32.26 23.23 16.97 -
YUV 132.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 204 101 108 0 0.50 0.47 0.2 355.92 0.5 0.6
Hex CC 65 6C 0 32 2F 14 164 32 3C
Octal 314 145 154 0 62 57 24 544 62 74
Binary 11001100 1100101 1101100 0 110010 101111 10100 101100100 110010 111100

Color Harmonies of #CC656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC656C

Black with #CC656C

Text Example


Text Example

White with #CC656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC656C; }

 p { color: rgb(204,101,108); }

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

background-color css

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

 a { background-color: rgb(204,101,108); }

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

border-color css

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

 span { border-color: rgb(204,101,108); }

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