#CCA58D

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

Shades of Cameo #CCA58D

Tints of Cameo #CCA58D

Color information

#CCA58D (or 0xCCA58D) is unknown color: approx Cameo. HEX triplet: CC, A5 and 8D. RGB value is (204,165,141). Sum of RGB (Red+Green+Blue) = 204+165+141=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58D is #335A72. Grayscale: #AEAEAE. Windows color (decimal): -3365491 or 9283020. OLE color: 9283020.

HSL color Cylindrical-coordinate representation of color #CCA58D: hue angle of 22.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA58D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204165141-
CMYK00.190.310.2
HSL22.86º38.18%67.65%-
HSV(B)22.86º30.88%80%-
XYZ43.1641.6730.97-
YUV173.92109.42149.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=40%
G=32.35%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416514100.190.310.222.8638.1867.65
HexCCA58D0131F14172644
Octal31424521502337242746104
Binary1100110010100101100011010100111111110100101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA58D; }

 p { color: rgb(204,165,141); }

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

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

 a { background-color: rgb(204,165,141); }

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

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

 span { border-color: rgb(204,165,141); }

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