#CBAE59

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

Shades of Laser #CBAE59

Tints of Laser #CBAE59

Color information

#CBAE59 (or 0xCBAE59) is unknown color: approx Laser. HEX triplet: CB, AE and 59. RGB value is (203,174,89). Sum of RGB (Red+Green+Blue) = 203+174+89=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE59 is #3451A6. Grayscale: #ADADAD. Windows color (decimal): -3428775 or 5877451. OLE color: 5877451.

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

Color convert

RGB20317489-
CMYK00.140.560.20
HSL44.74º52.29%57.25%-
HSV(B)44.74º56.16%79.61%-
XYZ41.5743.6915.69-
YUV172.9880.61149.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 89 (35.16% from 255) = 19.10%
R=43.56%
G=37.34%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031748900.140.560.2044.7452.2957.25
HexCBAE590E38142d3439
Octal3132561310167024556471
Binary110010111010111010110010111011100010100101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE59; }

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

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

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

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

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

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

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

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