#CBAC5E

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

Shades of Laser #CBAC5E

Tints of Laser #CBAC5E

Color information

#CBAC5E (or 0xCBAC5E) is unknown color: approx Laser. HEX triplet: CB, AC and 5E. RGB value is (203,172,94). Sum of RGB (Red+Green+Blue) = 203+172+94=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC5E is #3453A1. Grayscale: #ACACAC. Windows color (decimal): -3429282 or 6204619. OLE color: 6204619.

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

Color convert

RGB20317294-
CMYK00.150.540.20
HSL42.94º51.17%58.24%-
HSV(B)42.94º53.69%79.61%-
XYZ41.443.0116.71-
YUV172.3883.77149.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 94 (37.11% from 255) = 20.04%
R=43.28%
G=36.67%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031729400.150.540.2042.9451.1758.24
HexCBAC5E0F36142b333a
Octal3132541360176624536372
Binary110010111010110010111100111111011010100101011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC5E; }

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

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

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

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

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

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

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

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