#CCA48C

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

Shades of Cameo #CCA48C

Tints of Cameo #CCA48C

Color information

#CCA48C (or 0xCCA48C) is unknown color: approx Cameo. HEX triplet: CC, A4 and 8C. RGB value is (204,164,140). Sum of RGB (Red+Green+Blue) = 204+164+140=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA48C is #335B73. Grayscale: #ADADAD. Windows color (decimal): -3365748 or 9217228. OLE color: 9217228.

HSL color Cylindrical-coordinate representation of color #CCA48C: hue angle of 22.5º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA48C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204164140-
CMYK00.200.310.2
HSL22.5º38.55%67.45%-
HSV(B)22.5º31.37%80%-
XYZ42.9141.2830.52-
YUV173.22109.25149.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=40.16%
G=32.28%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416414000.200.310.222.538.5567.45
HexCCA48C0141F14172743
Octal31424421402437242747103
Binary1100110010100100100011000101001111110100101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA48C; }

 p { color: rgb(204,164,140); }

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

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

 a { background-color: rgb(204,164,140); }

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

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

 span { border-color: rgb(204,164,140); }

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