#CC818B

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

Shades of Charm #CC818B

Tints of Charm #CC818B

Color information

#CC818B (or 0xCC818B) is unknown color: approx Charm. HEX triplet: CC, 81 and 8B. RGB value is (204,129,139). Sum of RGB (Red+Green+Blue) = 204+129+139=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC818B is #337E74. Grayscale: #989898. Windows color (decimal): -3374709 or 9142732. OLE color: 9142732.

HSL color Cylindrical-coordinate representation of color #CC818B: hue angle of 352º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC818B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204129139-
CMYK00.370.320.2
HSL352º42.37%65.29%-
HSV(B)352º36.76%80%-
XYZ37.4130.428.32-
YUV152.56120.35164.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=43.22%
G=27.33%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412913900.370.320.235242.3765.29
HexCC818B02520141602a41
Octal314201213045402454052101
Binary1100110010000001100010110100101100000101001011000001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC818B; }

 p { color: rgb(204,129,139); }

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

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

 a { background-color: rgb(204,129,139); }

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

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

 span { border-color: rgb(204,129,139); }

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