#CCA783

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

Shades of Cameo #CCA783

Tints of Cameo #CCA783

Color information

#CCA783 (or 0xCCA783) is unknown color: approx Cameo. HEX triplet: CC, A7 and 83. RGB value is (204,167,131). Sum of RGB (Red+Green+Blue) = 204+167+131=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA783 is #33587C. Grayscale: #AEAEAE. Windows color (decimal): -3364989 or 8628172. OLE color: 8628172.

HSL color Cylindrical-coordinate representation of color #CCA783: hue angle of 29.59º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCA783 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204167131-
CMYK00.180.360.2
HSL29.59º41.71%65.69%-
HSV(B)29.59º35.78%80%-
XYZ42.8242.1127.34-
YUV173.96103.76149.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=40.64%
G=33.27%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416713100.180.360.229.5941.7165.69
HexCCA78301224141e2a42
Octal31424720302244243652102
Binary11001100101001111000001101001010010010100111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA783; }

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

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

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

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

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

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

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

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