Html Css Color HEX #CC496A Cabaret

📋 copy color: '#CC496A'

red 204 ◦ green 73 ◦ blue 106

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

Shades of Cabaret #CC496A

Tints of Cabaret #CC496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 53.26%
G = 19.06%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC496A (or 0xCC496A) is known color: Cabaret. HEX triplet: CC, 49 and 6A. RGB value is (204,73,106). Sum of RGB (Red+Green+Blue) = 204+73+106=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC496A is #33B695. Grayscale: #737373. Windows color (decimal): -3389078 or 6965708. OLE color: 6965708.

HSL color Cylindrical-coordinate representation of color #CC496A: hue angle of 344.89º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC496A is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 106 -
CMYK 0 0.64 0.48 0.2
HSL 344.89º 0.56% 0.54% -
HSV(B) 344.89º 0.64% 0.8% -
XYZ 29.89 18.64 15.66 -
YUV 115.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 204 73 106 0 0.64 0.48 0.2 344.89 0.56 0.54
Hex CC 49 6A 0 40 30 14 159 38 36
Octal 314 111 152 0 100 60 24 531 70 66
Binary 11001100 1001001 1101010 0 1000000 110000 10100 101011001 111000 110110

Color Harmonies of #CC496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC496A

Black with #CC496A

Text Example


Text Example

White with #CC496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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