#CCA48B

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

Shades of Cameo #CCA48B

Tints of Cameo #CCA48B

Color information

#CCA48B (or 0xCCA48B) is unknown color: approx Cameo. HEX triplet: CC, A4 and 8B. RGB value is (204,164,139). Sum of RGB (Red+Green+Blue) = 204+164+139=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA48B is #335B74. Grayscale: #ADADAD. Windows color (decimal): -3365749 or 9151692. OLE color: 9151692.

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

Color convert

RGB204164139-
CMYK00.200.320.2
HSL23.08º38.92%67.25%-
HSV(B)23.08º31.86%80%-
XYZ42.8441.2530.13-
YUV173.11108.75150.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=40.24%
G=32.35%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416413900.200.320.223.0838.9267.25
HexCCA48B0142014172743
Octal31424421302440242747103
Binary11001100101001001000101101010010000010100101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA48B; }

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

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

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

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

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

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

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

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