#CBA95D

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

Shades of Laser #CBA95D

Tints of Laser #CBA95D

Color information

#CBA95D (or 0xCBA95D) is unknown color: approx Laser. HEX triplet: CB, A9 and 5D. RGB value is (203,169,93). Sum of RGB (Red+Green+Blue) = 203+169+93=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA95D is #3456A2. Grayscale: #AAAAAA. Windows color (decimal): -3430051 or 6138315. OLE color: 6138315.

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

Color convert

RGB20316993-
CMYK00.170.540.20
HSL41.45º51.4%58.04%-
HSV(B)41.45º54.19%79.61%-
XYZ40.7941.8616.29-
YUV170.584.26151.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 93 (36.72% from 255) = 20%
R=43.66%
G=36.34%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031699300.170.540.2041.4551.458.04
HexCBA95D011361429333a
Octal3132511350216624516372
Binary1100101110101001101110101000111011010100101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA95D; }

 p { color: rgb(203,169,93); }

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

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

 a { background-color: rgb(203,169,93); }

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

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

 span { border-color: rgb(203,169,93); }

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