#CDB492

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

Shades of Tan #CDB492

Tints of Tan #CDB492

Color information

#CDB492 (or 0xCDB492) is unknown color: approx Tan. HEX triplet: CD, B4 and 92. RGB value is (205,180,146). Sum of RGB (Red+Green+Blue) = 205+180+146=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB492 is #324B6D. Grayscale: #B7B7B7. Windows color (decimal): -3296110 or 9614541. OLE color: 9614541.

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

Color convert

RGB205180146-
CMYK00.120.290.20
HSL34.58º37.11%68.82%-
HSV(B)34.58º28.78%80.39%-
XYZ46.6947.733.94-
YUV183.6106.78143.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=38.61%
G=33.90%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518014600.120.290.2034.5837.1168.82
HexCDB4920C1D14232545
Octal31526422201435244345105
Binary1100110110110100100100100110011101101001000111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB492; }

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

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

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

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

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

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

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

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