#CCA88B

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

Shades of Cameo #CCA88B

Tints of Cameo #CCA88B

Color information

#CCA88B (or 0xCCA88B) is unknown color: approx Cameo. HEX triplet: CC, A8 and 8B. RGB value is (204,168,139). Sum of RGB (Red+Green+Blue) = 204+168+139=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA88B is #335774. Grayscale: #AFAFAF. Windows color (decimal): -3364725 or 9152716. OLE color: 9152716.

HSL color Cylindrical-coordinate representation of color #CCA88B: hue angle of 26.77º 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 #CCA88B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204168139-
CMYK00.180.320.2
HSL26.77º38.92%67.25%-
HSV(B)26.77º31.86%80%-
XYZ43.5642.7130.37-
YUV175.46107.43148.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=39.92%
G=32.88%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416813900.180.320.226.7738.9267.25
HexCCA88B01220141b2743
Octal31425021302240243347103
Binary11001100101010001000101101001010000010100110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA88B; }

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

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

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

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

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

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

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

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