#CBA85F

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

Shades of Laser #CBA85F

Tints of Laser #CBA85F

Color information

#CBA85F (or 0xCBA85F) is unknown color: approx Laser. HEX triplet: CB, A8 and 5F. RGB value is (203,168,95). Sum of RGB (Red+Green+Blue) = 203+168+95=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA85F is #3457A0. Grayscale: #AAAAAA. Windows color (decimal): -3430305 or 6269131. OLE color: 6269131.

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

Color convert

RGB20316895-
CMYK00.170.530.20
HSL40.56º50.94%58.43%-
HSV(B)40.56º53.2%79.61%-
XYZ40.741.5316.7-
YUV170.1485.6151.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 95 (37.5% from 255) = 20.39%
R=43.56%
G=36.05%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031689500.170.530.2040.5650.9458.43
HexCBA85F011351429333a
Octal3132501370216524516372
Binary1100101110101000101111101000111010110100101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA85F; }

 p { color: rgb(203,168,95); }

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

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

 a { background-color: rgb(203,168,95); }

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

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

 span { border-color: rgb(203,168,95); }

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