#CC647A

Color #CC647A Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CC647A

Tints of Cabaret #CC647A

Color information

#CC647A (or 0xCC647A) is unknown color: approx Cabaret. HEX triplet: CC, 64 and 7A. RGB value is (204,100,122). Sum of RGB (Red+Green+Blue) = 204+100+122=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC647A is #339B85. Grayscale: #858585. Windows color (decimal): -3382150 or 8021196. OLE color: 8021196.

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

Color convert

RGB204100122-
CMYK00.510.400.2
HSL347.31º50.49%59.61%-
HSV(B)347.31º50.98%80%-
XYZ32.9723.3621.18-
YUV133.6121.46178.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=47.89%
G=23.47%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410012200.510.400.2347.3150.4959.61
HexCC647A033281415b323c
Octal31414417206350245336274
Binary1100110011001001111010011001110100010100101011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC647A; }

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

 H1.HeaderClassName
 {
   color: #CC647A;
 }
 .AnyTagClassName
 {
   color: #CC647A;
 }
</style>
background-color css

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

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

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

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

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

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