#CDB292

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

Shades of Tan #CDB292

Tints of Tan #CDB292

Color information

#CDB292 (or 0xCDB292) is unknown color: approx Tan. HEX triplet: CD, B2 and 92. RGB value is (205,178,146). Sum of RGB (Red+Green+Blue) = 205+178+146=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB292 is #324D6D. Grayscale: #B6B6B6. Windows color (decimal): -3296622 or 9614029. OLE color: 9614029.

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

Color convert

RGB205178146-
CMYK00.130.290.20
HSL32.54º37.11%68.82%-
HSV(B)32.54º28.78%80.39%-
XYZ46.2946.933.81-
YUV182.42107.45144.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=38.75%
G=33.65%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517814600.130.290.2032.5437.1168.82
HexCDB2920D1D14212545
Octal31526222201535244145105
Binary1100110110110010100100100110111101101001000011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB292; }

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

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

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

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

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

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

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

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