#CDA989

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

Shades of Cameo #CDA989

Tints of Cameo #CDA989

Color information

#CDA989 (or 0xCDA989) is unknown color: approx Cameo. HEX triplet: CD, A9 and 89. RGB value is (205,169,137). Sum of RGB (Red+Green+Blue) = 205+169+137=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA989 is #325676. Grayscale: #B0B0B0. Windows color (decimal): -3298935 or 9021901. OLE color: 9021901.

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

Color convert

RGB205169137-
CMYK00.180.330.20
HSL28.24º40.48%67.06%-
HSV(B)28.24º33.17%80.39%-
XYZ43.8843.1629.69-
YUV176.12105.93148.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=40.12%
G=33.07%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516913700.180.330.2028.2440.4867.06
HexCDA98901221141c2843
Octal31525121102241243450103
Binary11001101101010011000100101001010000110100111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA989; }

 p { color: rgb(205,169,137); }

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

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

 a { background-color: rgb(205,169,137); }

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

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

 span { border-color: rgb(205,169,137); }

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