Html Css Color HEX #CC646A Cabaret

📋 copy color: '#CC646A'

red 204 ◦ green 100 ◦ blue 106

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

Shades of Cabaret #CC646A

Tints of Cabaret #CC646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 49.76%
G = 24.39%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC646A (or 0xCC646A) is known color: Cabaret. HEX triplet: CC, 64 and 6A. RGB value is (204,100,106). Sum of RGB (Red+Green+Blue) = 204+100+106=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC646A is #339B95. Grayscale: #838383. Windows color (decimal): -3382166 or 6972620. OLE color: 6972620.

HSL color Cylindrical-coordinate representation of color #CC646A: hue angle of 356.54º 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 #CC646A is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 106 -
CMYK 0 0.51 0.48 0.2
HSL 356.54º 0.5% 0.6% -
HSV(B) 356.54º 0.51% 0.8% -
XYZ 32.06 22.99 16.38 -
YUV 131.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 204 100 106 0 0.51 0.48 0.2 356.54 0.5 0.6
Hex CC 64 6A 0 33 30 14 165 32 3C
Octal 314 144 152 0 63 60 24 545 62 74
Binary 11001100 1100100 1101010 0 110011 110000 10100 101100101 110010 111100

Color Harmonies of #CC646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC646A

Black with #CC646A

Text Example


Text Example

White with #CC646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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