#CBA464

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

Shades of Laser #CBA464

Tints of Laser #CBA464

Color information

#CBA464 (or 0xCBA464) is unknown color: approx Laser. HEX triplet: CB, A4 and 64. RGB value is (203,164,100). Sum of RGB (Red+Green+Blue) = 203+164+100=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA464 is #345B9B. Grayscale: #A8A8A8. Windows color (decimal): -3431324 or 6595787. OLE color: 6595787.

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

Color convert

RGB203164100-
CMYK00.190.510.20
HSL37.28º49.76%59.41%-
HSV(B)37.28º50.74%79.61%-
XYZ40.240.1717.69-
YUV168.3689.42152.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 100 (39.45% from 255) = 21.41%
R=43.47%
G=35.12%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316410000.190.510.2037.2849.7659.41
HexCBA464013331425323b
Octal3132441440236324456273
Binary1100101110100100110010001001111001110100100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA464; }

 p { color: rgb(203,164,100); }

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

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

 a { background-color: rgb(203,164,100); }

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

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

 span { border-color: rgb(203,164,100); }

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