#CDC460

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

Shades of Tacha #CDC460

Tints of Tacha #CDC460

Color information

#CDC460 (or 0xCDC460) is unknown color: approx Tacha. HEX triplet: CD, C4 and 60. RGB value is (205,196,96). Sum of RGB (Red+Green+Blue) = 205+196+96=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC460 is #323B9F. Grayscale: #BBBBBB. Windows color (decimal): -3292064 or 6341837. OLE color: 6341837.

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

Color convert

RGB20519696-
CMYK00.040.530.20
HSL55.05º52.15%59.02%-
HSV(B)55.05º53.17%80.39%-
XYZ47.0353.318.88-
YUV187.2976.48140.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=41.25%
G=39.44%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051969600.040.530.2055.0552.1559.02
HexCDC46004351437343b
Octal315304140046524676473
Binary11001101110001001100000010011010110100110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC460; }

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

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

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

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

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

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

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

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