#CCA78A

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

Shades of Cameo #CCA78A

Tints of Cameo #CCA78A

Color information

#CCA78A (or 0xCCA78A) is unknown color: approx Cameo. HEX triplet: CC, A7 and 8A. RGB value is (204,167,138). Sum of RGB (Red+Green+Blue) = 204+167+138=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA78A is #335875. Grayscale: #AEAEAE. Windows color (decimal): -3364982 or 9086924. OLE color: 9086924.

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

Color convert

RGB204167138-
CMYK00.180.320.2
HSL26.36º39.29%67.06%-
HSV(B)26.36º32.35%80%-
XYZ43.3142.3129.93-
YUV174.76107.26148.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 167 (65.62% from 255) = 32.81%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=40.08%
G=32.81%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416713800.180.320.226.3639.2967.06
HexCCA78A01220141a2743
Octal31424721202240243247103
Binary11001100101001111000101001001010000010100110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA78A; }

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

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

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

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

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

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

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

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