#CBA95C

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

Shades of Laser #CBA95C

Tints of Laser #CBA95C

Color information

#CBA95C (or 0xCBA95C) is unknown color: approx Laser. HEX triplet: CB, A9 and 5C. RGB value is (203,169,92). Sum of RGB (Red+Green+Blue) = 203+169+92=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA95C is #3456A3. Grayscale: #AAAAAA. Windows color (decimal): -3430052 or 6072779. OLE color: 6072779.

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

Color convert

RGB20316992-
CMYK00.170.550.20
HSL41.62º51.63%57.84%-
HSV(B)41.62º54.68%79.61%-
XYZ40.7541.8516.05-
YUV170.3983.76151.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=43.75%
G=36.42%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031699200.170.550.2041.6251.6357.84
HexCBA95C01137142a343a
Octal3132511340216724526472
Binary1100101110101001101110001000111011110100101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA95C; }

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

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

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

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

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

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

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

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