#CBA465

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

Shades of Laser #CBA465

Tints of Laser #CBA465

Color information

#CBA465 (or 0xCBA465) is unknown color: approx Laser. HEX triplet: CB, A4 and 65. RGB value is (203,164,101). Sum of RGB (Red+Green+Blue) = 203+164+101=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA465 is #345B9A. Grayscale: #A8A8A8. Windows color (decimal): -3431323 or 6661323. OLE color: 6661323.

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

Color convert

RGB203164101-
CMYK00.190.500.20
HSL37.06º49.51%59.61%-
HSV(B)37.06º50.25%79.61%-
XYZ40.2540.1917.95-
YUV168.4889.92152.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=43.38%
G=35.04%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316410100.190.500.2037.0649.5159.61
HexCBA465013321425323c
Octal3132441450236224456274
Binary1100101110100100110010101001111001010100100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA465; }

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

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

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

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

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

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

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

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