#CC828A

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

Shades of Charm #CC828A

Tints of Charm #CC828A

Color information

#CC828A (or 0xCC828A) is unknown color: approx Charm. HEX triplet: CC, 82 and 8A. RGB value is (204,130,138). Sum of RGB (Red+Green+Blue) = 204+130+138=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC828A is #337D75. Grayscale: #999999. Windows color (decimal): -3374454 or 9077452. OLE color: 9077452.

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

Color convert

RGB204130138-
CMYK00.360.320.2
HSL353.51º42.05%65.49%-
HSV(B)353.51º36.27%80%-
XYZ37.4730.6427.98-
YUV153.04119.52164.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=43.22%
G=27.54%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413013800.360.320.2353.5142.0565.49
HexCC828A02420141622a41
Octal314202212044402454252101
Binary1100110010000010100010100100100100000101001011000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC828A; }

 p { color: rgb(204,130,138); }

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

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

 a { background-color: rgb(204,130,138); }

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

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

 span { border-color: rgb(204,130,138); }

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