#CCA78B

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

Shades of Cameo #CCA78B

Tints of Cameo #CCA78B

Color information

#CCA78B (or 0xCCA78B) is unknown color: approx Cameo. HEX triplet: CC, A7 and 8B. RGB value is (204,167,139). Sum of RGB (Red+Green+Blue) = 204+167+139=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA78B is #335874. Grayscale: #AFAFAF. Windows color (decimal): -3364981 or 9152460. OLE color: 9152460.

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

Color convert

RGB204167139-
CMYK00.180.320.2
HSL25.85º38.92%67.25%-
HSV(B)25.85º31.86%80%-
XYZ43.3842.3430.31-
YUV174.87107.76148.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=40%
G=32.75%
B=27.25%

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
Decimal20416713900.180.320.225.8538.9267.25
HexCCA78B01220141a2743
Octal31424721302240243247103
Binary11001100101001111000101101001010000010100110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA78B; }

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

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

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

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

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

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

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

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