#CCA77B

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

Shades of Cameo #CCA77B

Tints of Cameo #CCA77B

Color information

#CCA77B (or 0xCCA77B) is unknown color: approx Cameo. HEX triplet: CC, A7 and 7B. RGB value is (204,167,123). Sum of RGB (Red+Green+Blue) = 204+167+123=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA77B is #335884. Grayscale: #ADADAD. Windows color (decimal): -3364997 or 8103884. OLE color: 8103884.

HSL color Cylindrical-coordinate representation of color #CCA77B: hue angle of 32.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA77B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204167123-
CMYK00.180.400.2
HSL32.59º44.26%64.12%-
HSV(B)32.59º39.71%80%-
XYZ42.341.924.6-
YUV173.0599.76150.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=41.30%
G=33.81%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416712300.180.400.232.5944.2664.12
HexCCA77B0122814212c40
Octal31424717302250244154100
Binary11001100101001111111011010010101000101001000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA77B; }

 p { color: rgb(204,167,123); }

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

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

 a { background-color: rgb(204,167,123); }

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

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

 span { border-color: rgb(204,167,123); }

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