#CDAB8D

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

Shades of Cameo #CDAB8D

Tints of Cameo #CDAB8D

Color information

#CDAB8D (or 0xCDAB8D) is unknown color: approx Cameo. HEX triplet: CD, AB and 8D. RGB value is (205,171,141). Sum of RGB (Red+Green+Blue) = 205+171+141=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB8D is #325472. Grayscale: #B1B1B1. Windows color (decimal): -3298419 or 9284557. OLE color: 9284557.

HSL color Cylindrical-coordinate representation of color #CDAB8D: hue angle of 28.13º degrees, saturation: 0.39, 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 #CDAB8D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205171141-
CMYK00.170.310.20
HSL28.13º39.02%67.84%-
HSV(B)28.13º31.22%80.39%-
XYZ44.5544.0331.35-
YUV177.75107.26147.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=39.65%
G=33.08%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517114100.170.310.2028.1339.0267.84
HexCDAB8D0111F141c2744
Octal31525321502137243447104
Binary1100110110101011100011010100011111110100111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB8D; }

 p { color: rgb(205,171,141); }

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

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

 a { background-color: rgb(205,171,141); }

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

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

 span { border-color: rgb(205,171,141); }

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