#CBAD59

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

Shades of Laser #CBAD59

Tints of Laser #CBAD59

Color information

#CBAD59 (or 0xCBAD59) is unknown color: approx Laser. HEX triplet: CB, AD and 59. RGB value is (203,173,89). Sum of RGB (Red+Green+Blue) = 203+173+89=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD59 is #3452A6. Grayscale: #ACACAC. Windows color (decimal): -3429031 or 5877195. OLE color: 5877195.

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

Color convert

RGB20317389-
CMYK00.150.560.20
HSL44.21º52.29%57.25%-
HSV(B)44.21º56.16%79.61%-
XYZ41.3843.315.63-
YUV172.3980.94149.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=43.66%
G=37.20%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031738900.150.560.2044.2152.2957.25
HexCBAD590F38142c3439
Octal3132551310177024546471
Binary110010111010110110110010111111100010100101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD59; }

 p { color: rgb(203,173,89); }

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

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

 a { background-color: rgb(203,173,89); }

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

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

 span { border-color: rgb(203,173,89); }

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