#CCA87B

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

Shades of Cameo #CCA87B

Tints of Cameo #CCA87B

Color information

#CCA87B (or 0xCCA87B) is unknown color: approx Cameo. HEX triplet: CC, A8 and 7B. RGB value is (204,168,123). Sum of RGB (Red+Green+Blue) = 204+168+123=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA87B is #335784. Grayscale: #ADADAD. Windows color (decimal): -3364741 or 8104140. OLE color: 8104140.

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

Color convert

RGB204168123-
CMYK00.180.400.2
HSL33.33º44.26%64.12%-
HSV(B)33.33º39.71%80%-
XYZ42.4842.2724.66-
YUV173.6399.43149.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=41.21%
G=33.94%
B=24.85%

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
Decimal20416812300.180.400.233.3344.2664.12
HexCCA87B0122814212c40
Octal31425017302250244154100
Binary11001100101010001111011010010101000101001000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA87B; }

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

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

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

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

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

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

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

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