#CBA65C

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

Shades of Laser #CBA65C

Tints of Laser #CBA65C

Color information

#CBA65C (or 0xCBA65C) is unknown color: approx Laser. HEX triplet: CB, A6 and 5C. RGB value is (203,166,92). Sum of RGB (Red+Green+Blue) = 203+166+92=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA65C is #3459A3. Grayscale: #A8A8A8. Windows color (decimal): -3430820 or 6072011. OLE color: 6072011.

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

Color convert

RGB20316692-
CMYK00.180.550.20
HSL40º51.63%57.84%-
HSV(B)40º54.68%79.61%-
XYZ40.240.7415.87-
YUV168.6384.76152.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=44.03%
G=36.01%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031669200.180.550.204051.6357.84
HexCBA65C012371428343a
Octal3132461340226724506472
Binary1100101110100110101110001001011011110100101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA65C; }

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

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

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

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

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

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

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

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