#C7B266

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

Shades of Laser #C7B266

Tints of Laser #C7B266

Color information

#C7B266 (or 0xC7B266) is unknown color: approx Laser. HEX triplet: C7, B2 and 66. RGB value is (199,178,102). Sum of RGB (Red+Green+Blue) = 199+178+102=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B266 is #384D99. Grayscale: #AFAFAF. Windows color (decimal): -3689882 or 6730439. OLE color: 6730439.

HSL color Cylindrical-coordinate representation of color #C7B266: hue angle of 47.01º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7B266 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199178102-
CMYK00.110.490.22
HSL47.01º46.41%59.02%-
HSV(B)47.01º48.74%78.04%-
XYZ41.8744.9419.04-
YUV175.6286.46144.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=41.54%
G=37.16%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917810200.110.490.2247.0146.4159.02
HexC7B2660B31162f2e3b
Octal3072621460136126575673
Binary110001111011001011001100101111000110110101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B266; }

 p { color: rgb(199,178,102); }

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

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

 a { background-color: rgb(199,178,102); }

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

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

 span { border-color: rgb(199,178,102); }

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