#CDAC60

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

Shades of Laser #CDAC60

Tints of Laser #CDAC60

Color information

#CDAC60 (or 0xCDAC60) is unknown color: approx Laser. HEX triplet: CD, AC and 60. RGB value is (205,172,96). Sum of RGB (Red+Green+Blue) = 205+172+96=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC60 is #32539F. Grayscale: #ADADAD. Windows color (decimal): -3298208 or 6335693. OLE color: 6335693.

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

Color convert

RGB20517296-
CMYK00.160.530.20
HSL41.83º52.15%59.02%-
HSV(B)41.83º53.17%80.39%-
XYZ42.0443.3317.21-
YUV173.284.43150.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=43.34%
G=36.36%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051729600.160.530.2041.8352.1559.02
HexCDAC6001035142a343b
Octal3152541400206524526473
Binary1100110110101100110000001000011010110100101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC60; }

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

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

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

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

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

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

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

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