#CC838A

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

Shades of Charm #CC838A

Tints of Charm #CC838A

Color information

#CC838A (or 0xCC838A) is unknown color: approx Charm. HEX triplet: CC, 83 and 8A. RGB value is (204,131,138). Sum of RGB (Red+Green+Blue) = 204+131+138=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838A is #337C75. Grayscale: #999999. Windows color (decimal): -3374198 or 9077708. OLE color: 9077708.

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

Color convert

RGB204131138-
CMYK00.360.320.2
HSL354.25º41.71%65.69%-
HSV(B)354.25º35.78%80%-
XYZ37.6130.928.03-
YUV153.62119.18163.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=43.13%
G=27.70%
B=29.18%

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
Decimal20413113800.360.320.2354.2541.7165.69
HexCC838A02420141622a42
Octal314203212044402454252102
Binary1100110010000011100010100100100100000101001011000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC838A; }

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

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

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

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

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

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

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

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