Html Css Color HEX #CC646C Cabaret

📋 copy color: '#CC646C'

red 204 ◦ green 100 ◦ blue 108

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

Shades of Cabaret #CC646C

Tints of Cabaret #CC646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.27%

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

R = 49.51%
G = 24.27%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC646C (or 0xCC646C) is known color: Cabaret. HEX triplet: CC, 64 and 6C. RGB value is (204,100,108). Sum of RGB (Red+Green+Blue) = 204+100+108=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC646C is #339B93. Grayscale: #848484. Windows color (decimal): -3382164 or 7103692. OLE color: 7103692.

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

Color convert

RGB 204 100 108 -
CMYK 0 0.51 0.47 0.2
HSL 355.38º 0.5% 0.6% -
HSV(B) 355.38º 0.51% 0.8% -
XYZ 32.17 23.03 16.94 -
YUV 132.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 204 100 108 0 0.51 0.47 0.2 355.38 0.5 0.6
Hex CC 64 6C 0 33 2F 14 163 32 3C
Octal 314 144 154 0 63 57 24 543 62 74
Binary 11001100 1100100 1101100 0 110011 101111 10100 101100011 110010 111100

Color Harmonies of #CC646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC646C

Black with #CC646C

Text Example


Text Example

White with #CC646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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