#CC6A85

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

Shades of Charm #CC6A85

Tints of Charm #CC6A85

Color information

#CC6A85 (or 0xCC6A85) is unknown color: approx Charm. HEX triplet: CC, 6A and 85. RGB value is (204,106,133). Sum of RGB (Red+Green+Blue) = 204+106+133=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6A85 is #33957A. Grayscale: #8A8A8A. Windows color (decimal): -3380603 or 8743628. OLE color: 8743628.

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

Color convert

RGB204106133-
CMYK00.480.350.2
HSL343.47º49%60.78%-
HSV(B)343.47º48.04%80%-
XYZ34.2924.8425.18-
YUV138.38124.97174.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=46.05%
G=23.93%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410613300.480.350.2343.474960.78
HexCC6A850302314157313d
Octal31415220506043245276175
Binary11001100110101010000101011000010001110100101010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A85; }

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

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

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

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

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

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

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

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