#CDB460

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

Shades of Tacha #CDB460

Tints of Tacha #CDB460

Color information

#CDB460 (or 0xCDB460) is unknown color: approx Tacha. HEX triplet: CD, B4 and 60. RGB value is (205,180,96). Sum of RGB (Red+Green+Blue) = 205+180+96=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB460 is #324B9F. Grayscale: #B2B2B2. Windows color (decimal): -3296160 or 6337741. OLE color: 6337741.

HSL color Cylindrical-coordinate representation of color #CDB460: hue angle of 46.24º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDB460 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20518096-
CMYK00.120.530.20
HSL46.24º52.15%59.02%-
HSV(B)46.24º53.17%80.39%-
XYZ43.6146.4717.74-
YUV177.981.78147.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 96 (37.89% from 255) = 19.96%
R=42.62%
G=37.42%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051809600.120.530.2046.2452.1559.02
HexCDB4600C35142e343b
Octal3152641400146524566473
Binary110011011011010011000000110011010110100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB460; }

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

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

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

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

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

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

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

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