#CC697F

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

Shades of Charm #CC697F

Tints of Charm #CC697F

Color information

#CC697F (or 0xCC697F) is unknown color: approx Charm. HEX triplet: CC, 69 and 7F. RGB value is (204,105,127). Sum of RGB (Red+Green+Blue) = 204+105+127=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC697F is #339680. Grayscale: #898989. Windows color (decimal): -3380865 or 8350156. OLE color: 8350156.

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

Color convert

RGB204105127-
CMYK00.490.380.2
HSL346.67º49.25%60.59%-
HSV(B)346.67º48.53%80%-
XYZ33.7824.4723.02-
YUV137.11122.3175.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 127 (50% from 255) = 29.13%
R=46.79%
G=24.08%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410512700.490.380.2346.6749.2560.59
HexCC697F031261415b313d
Octal31415117706146245336175
Binary1100110011010011111111011000110011010100101011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC697F; }

 p { color: rgb(204,105,127); }

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

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

 a { background-color: rgb(204,105,127); }

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

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

 span { border-color: rgb(204,105,127); }

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