#CC6983

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

Shades of Charm #CC6983

Tints of Charm #CC6983

Color information

#CC6983 (or 0xCC6983) is unknown color: approx Charm. HEX triplet: CC, 69 and 83. RGB value is (204,105,131). Sum of RGB (Red+Green+Blue) = 204+105+131=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6983 is #33967C. Grayscale: #898989. Windows color (decimal): -3380861 or 8612300. OLE color: 8612300.

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

Color convert

RGB204105131-
CMYK00.490.360.2
HSL344.24º49.25%60.59%-
HSV(B)344.24º48.53%80%-
XYZ34.0524.5824.42-
YUV137.56124.3175.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=46.36%
G=23.86%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410513100.490.360.2344.2449.2560.59
HexCC69830312414158313d
Octal31415120306144245306175
Binary11001100110100110000011011000110010010100101011000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6983; }

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

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

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

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

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

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

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

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