#CCA689

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

Shades of Cameo #CCA689

Tints of Cameo #CCA689

Color information

#CCA689 (or 0xCCA689) is unknown color: approx Cameo. HEX triplet: CC, A6 and 89. RGB value is (204,166,137). Sum of RGB (Red+Green+Blue) = 204+166+137=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA689 is #335976. Grayscale: #AEAEAE. Windows color (decimal): -3365239 or 9021132. OLE color: 9021132.

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

Color convert

RGB204166137-
CMYK00.190.330.2
HSL25.97º39.64%66.86%-
HSV(B)25.97º32.84%80%-
XYZ43.0541.9229.49-
YUV174.06107.09149.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=40.24%
G=32.74%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416613700.190.330.225.9739.6466.86
HexCCA68901321141a2843
Octal31424621102341243250103
Binary11001100101001101000100101001110000110100110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA689; }

 p { color: rgb(204,166,137); }

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

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

 a { background-color: rgb(204,166,137); }

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

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

 span { border-color: rgb(204,166,137); }

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