#CBA55F

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

Shades of Laser #CBA55F

Tints of Laser #CBA55F

Color information

#CBA55F (or 0xCBA55F) is unknown color: approx Laser. HEX triplet: CB, A5 and 5F. RGB value is (203,165,95). Sum of RGB (Red+Green+Blue) = 203+165+95=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA55F is #345AA0. Grayscale: #A8A8A8. Windows color (decimal): -3431073 or 6268363. OLE color: 6268363.

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

Color convert

RGB20316595-
CMYK00.190.530.20
HSL38.89º50.94%58.43%-
HSV(B)38.89º53.2%79.61%-
XYZ40.1540.4316.51-
YUV168.3886.59152.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=43.84%
G=35.64%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031659500.190.530.2038.8950.9458.43
HexCBA55F013351427333a
Octal3132451370236524476372
Binary1100101110100101101111101001111010110100100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA55F; }

 p { color: rgb(203,165,95); }

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

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

 a { background-color: rgb(203,165,95); }

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

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

 span { border-color: rgb(203,165,95); }

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