#CCA98B

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

Shades of Cameo #CCA98B

Tints of Cameo #CCA98B

Color information

#CCA98B (or 0xCCA98B) is unknown color: approx Cameo. HEX triplet: CC, A9 and 8B. RGB value is (204,169,139). Sum of RGB (Red+Green+Blue) = 204+169+139=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA98B is #335674. Grayscale: #B0B0B0. Windows color (decimal): -3364469 or 9152972. OLE color: 9152972.

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

Color convert

RGB204169139-
CMYK00.170.320.2
HSL27.69º38.92%67.25%-
HSV(B)27.69º31.86%80%-
XYZ43.7543.0830.43-
YUV176.04107.1147.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=39.84%
G=33.01%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416913900.170.320.227.6938.9267.25
HexCCA98B01120141c2743
Octal31425121302140243447103
Binary11001100101010011000101101000110000010100111001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA98B; }

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

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

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

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

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

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

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

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