#CCA77A

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

Shades of Cameo #CCA77A

Tints of Cameo #CCA77A

Color information

#CCA77A (or 0xCCA77A) is unknown color: approx Cameo. HEX triplet: CC, A7 and 7A. RGB value is (204,167,122). Sum of RGB (Red+Green+Blue) = 204+167+122=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA77A is #335885. Grayscale: #ADADAD. Windows color (decimal): -3364998 or 8038348. OLE color: 8038348.

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

Color convert

RGB204167122-
CMYK00.180.400.2
HSL32.93º44.57%63.92%-
HSV(B)32.93º40.2%80%-
XYZ42.2341.8824.27-
YUV172.9399.26150.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=41.38%
G=33.87%
B=24.75%

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
Decimal20416712200.180.400.232.9344.5763.92
HexCCA77A0122814212d40
Octal31424717202250244155100
Binary11001100101001111111010010010101000101001000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA77A; }

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

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

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

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

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

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

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

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