#CDA189

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

Shades of Cameo #CDA189

Tints of Cameo #CDA189

Color information

#CDA189 (or 0xCDA189) is unknown color: approx Cameo. HEX triplet: CD, A1 and 89. RGB value is (205,161,137). Sum of RGB (Red+Green+Blue) = 205+161+137=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA189 is #325E76. Grayscale: #ABABAB. Windows color (decimal): -3300983 or 9019853. OLE color: 9019853.

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

Color convert

RGB205161137-
CMYK00.210.330.20
HSL21.18º40.48%67.06%-
HSV(B)21.18º33.17%80.39%-
XYZ42.4440.2829.2-
YUV171.42108.58151.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=40.76%
G=32.01%
B=27.24%

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
Decimal20516113700.210.330.2021.1840.4867.06
HexCDA1890152114152843
Octal31524121102541242550103
Binary11001101101000011000100101010110000110100101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA189; }

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

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

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

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

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

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

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

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