#CBA759

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

Shades of Laser #CBA759

Tints of Laser #CBA759

Color information

#CBA759 (or 0xCBA759) is unknown color: approx Laser. HEX triplet: CB, A7 and 59. RGB value is (203,167,89). Sum of RGB (Red+Green+Blue) = 203+167+89=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA759 is #3458A6. Grayscale: #A9A9A9. Windows color (decimal): -3430567 or 5875659. OLE color: 5875659.

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

Color convert

RGB20316789-
CMYK00.180.560.20
HSL41.05º52.29%57.25%-
HSV(B)41.05º56.16%79.61%-
XYZ40.2541.0615.25-
YUV168.8782.93152.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 89 (35.16% from 255) = 19.39%
R=44.23%
G=36.38%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031678900.180.560.2041.0552.2957.25
HexCBA7590123814293439
Octal3132471310227024516471
Binary1100101110100111101100101001011100010100101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA759; }

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

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

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

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

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

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

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

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