#CDB18A

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

Shades of Tan #CDB18A

Tints of Tan #CDB18A

Color information

#CDB18A (or 0xCDB18A) is unknown color: approx Tan. HEX triplet: CD, B1 and 8A. RGB value is (205,177,138). Sum of RGB (Red+Green+Blue) = 205+177+138=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB18A is #324E75. Grayscale: #B5B5B5. Windows color (decimal): -3296886 or 9089485. OLE color: 9089485.

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

Color convert

RGB205177138-
CMYK00.140.330.20
HSL34.93º40.12%67.25%-
HSV(B)34.93º32.68%80.39%-
XYZ45.4946.2630.58-
YUV180.93103.78145.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=39.42%
G=34.04%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517713800.140.330.2034.9340.1267.25
HexCDB18A0E2114232843
Octal31526121201641244350103
Binary11001101101100011000101001110100001101001000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB18A; }

 p { color: rgb(205,177,138); }

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

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

 a { background-color: rgb(205,177,138); }

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

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

 span { border-color: rgb(205,177,138); }

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