#CBAA5E

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

Shades of Laser #CBAA5E

Tints of Laser #CBAA5E

Color information

#CBAA5E (or 0xCBAA5E) is unknown color: approx Laser. HEX triplet: CB, AA and 5E. RGB value is (203,170,94). Sum of RGB (Red+Green+Blue) = 203+170+94=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA5E is #3455A1. Grayscale: #ABABAB. Windows color (decimal): -3429794 or 6204107. OLE color: 6204107.

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

Color convert

RGB20317094-
CMYK00.160.540.20
HSL41.83º51.17%58.24%-
HSV(B)41.83º53.69%79.61%-
XYZ41.0242.2516.58-
YUV171.284.43150.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=43.47%
G=36.40%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031709400.160.540.2041.8351.1758.24
HexCBAA5E01036142a333a
Octal3132521360206624526372
Binary1100101110101010101111001000011011010100101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA5E; }

 p { color: rgb(203,170,94); }

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

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

 a { background-color: rgb(203,170,94); }

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

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

 span { border-color: rgb(203,170,94); }

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