#CBA857

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

Shades of Laser #CBA857

Tints of Laser #CBA857

Color information

#CBA857 (or 0xCBA857) is unknown color: approx Laser. HEX triplet: CB, A8 and 57. RGB value is (203,168,87). Sum of RGB (Red+Green+Blue) = 203+168+87=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA857 is #3457A8. Grayscale: #A9A9A9. Windows color (decimal): -3430313 or 5744843. OLE color: 5744843.

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

Color convert

RGB20316887-
CMYK00.170.570.20
HSL41.9º52.73%56.86%-
HSV(B)41.9º57.14%79.61%-
XYZ40.3541.3914.88-
YUV169.2381.6152.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 87 (34.38% from 255) = 19.00%
R=44.32%
G=36.68%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031688700.170.570.2041.952.7356.86
HexCBA85701139142a3539
Octal3132501270217124526571
Binary1100101110101000101011101000111100110100101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA857; }

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

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

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

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

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

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

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

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