#CDB692

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

Shades of Tan #CDB692

Tints of Tan #CDB692

Color information

#CDB692 (or 0xCDB692) is unknown color: approx Tan. HEX triplet: CD, B6 and 92. RGB value is (205,182,146). Sum of RGB (Red+Green+Blue) = 205+182+146=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB692 is #32496D. Grayscale: #B8B8B8. Windows color (decimal): -3295598 or 9615053. OLE color: 9615053.

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

Color convert

RGB205182146-
CMYK00.110.290.20
HSL36.61º37.11%68.82%-
HSV(B)36.61º28.78%80.39%-
XYZ47.0948.5134.08-
YUV184.77106.12142.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=38.46%
G=34.15%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518214600.110.290.2036.6137.1168.82
HexCDB6920B1D14252545
Octal31526622201335244545105
Binary1100110110110110100100100101111101101001001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB692; }

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

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

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

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

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

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

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

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