#CDAB62

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

Shades of Laser #CDAB62

Tints of Laser #CDAB62

Color information

#CDAB62 (or 0xCDAB62) is unknown color: approx Laser. HEX triplet: CD, AB and 62. RGB value is (205,171,98). Sum of RGB (Red+Green+Blue) = 205+171+98=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB62 is #32549D. Grayscale: #ADADAD. Windows color (decimal): -3298462 or 6466509. OLE color: 6466509.

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

Color convert

RGB20517198-
CMYK00.170.520.20
HSL40.93º51.69%59.41%-
HSV(B)40.93º52.2%80.39%-
XYZ41.9442.9917.64-
YUV172.8485.76150.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=43.25%
G=36.08%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051719800.170.520.2040.9351.6959.41
HexCDAB62011341429343b
Octal3152531420216424516473
Binary1100110110101011110001001000111010010100101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB62; }

 p { color: rgb(205,171,98); }

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

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

 a { background-color: rgb(205,171,98); }

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

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

 span { border-color: rgb(205,171,98); }

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