#CBA466

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

Shades of Laser #CBA466

Tints of Laser #CBA466

Color information

#CBA466 (or 0xCBA466) is unknown color: approx Laser. HEX triplet: CB, A4 and 66. RGB value is (203,164,102). Sum of RGB (Red+Green+Blue) = 203+164+102=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA466 is #345B99. Grayscale: #A8A8A8. Windows color (decimal): -3431322 or 6726859. OLE color: 6726859.

HSL color Cylindrical-coordinate representation of color #CBA466: hue angle of 36.83º degrees, saturation: 0.49, 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 #CBA466 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203164102-
CMYK00.190.500.20
HSL36.83º49.27%59.8%-
HSV(B)36.83º49.75%79.61%-
XYZ40.340.2118.21-
YUV168.5990.42152.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=43.28%
G=34.97%
B=21.75%

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
Decimal20316410200.190.500.2036.8349.2759.8
HexCBA466013321425313c
Octal3132441460236224456174
Binary1100101110100100110011001001111001010100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA466; }

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

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

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

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

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

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

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

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