#CDA289

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

Shades of Cameo #CDA289

Tints of Cameo #CDA289

Color information

#CDA289 (or 0xCDA289) is unknown color: approx Cameo. HEX triplet: CD, A2 and 89. RGB value is (205,162,137). Sum of RGB (Red+Green+Blue) = 205+162+137=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA289 is #325D76. Grayscale: #ACACAC. Windows color (decimal): -3300727 or 9020109. OLE color: 9020109.

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

Color convert

RGB205162137-
CMYK00.210.330.20
HSL22.06º40.48%67.06%-
HSV(B)22.06º33.17%80.39%-
XYZ42.6140.6329.26-
YUV172.01108.25151.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=40.67%
G=32.14%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516213700.210.330.2022.0640.4867.06
HexCDA2890152114162843
Octal31524221102541242650103
Binary11001101101000101000100101010110000110100101101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA289; }

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

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

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

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

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

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

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

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