#CBA659

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

Shades of Laser #CBA659

Tints of Laser #CBA659

Color information

#CBA659 (or 0xCBA659) is unknown color: approx Laser. HEX triplet: CB, A6 and 59. RGB value is (203,166,89). Sum of RGB (Red+Green+Blue) = 203+166+89=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA659 is #3459A6. Grayscale: #A8A8A8. Windows color (decimal): -3430823 or 5875403. OLE color: 5875403.

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

Color convert

RGB20316689-
CMYK00.180.560.20
HSL40.53º52.29%57.25%-
HSV(B)40.53º56.16%79.61%-
XYZ40.0740.6915.19-
YUV168.2883.26152.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 89 (35.16% from 255) = 19.43%
R=44.32%
G=36.24%
B=19.43%

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
Decimal2031668900.180.560.2040.5352.2957.25
HexCBA6590123814293439
Octal3132461310227024516471
Binary1100101110100110101100101001011100010100101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA659; }

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

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

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

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

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

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

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

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