#CDB68C

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

Shades of Tan #CDB68C

Tints of Tan #CDB68C

Color information

#CDB68C (or 0xCDB68C) is unknown color: approx Tan. HEX triplet: CD, B6 and 8C. RGB value is (205,182,140). Sum of RGB (Red+Green+Blue) = 205+182+140=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB68C is #324973. Grayscale: #B8B8B8. Windows color (decimal): -3295604 or 9221837. OLE color: 9221837.

HSL color Cylindrical-coordinate representation of color #CDB68C: hue angle of 38.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDB68C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205182140-
CMYK00.110.320.20
HSL38.77º39.39%67.65%-
HSV(B)38.77º31.71%80.39%-
XYZ46.6448.3331.68-
YUV184.09103.12142.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=38.90%
G=34.54%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518214000.110.320.2038.7739.3967.65
HexCDB68C0B2014272744
Octal31526621401340244747104
Binary11001101101101101000110001011100000101001001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB68C; }

 p { color: rgb(205,182,140); }

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

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

 a { background-color: rgb(205,182,140); }

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

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

 span { border-color: rgb(205,182,140); }

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