#C7B265

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

Shades of Laser #C7B265

Tints of Laser #C7B265

Color information

#C7B265 (or 0xC7B265) is unknown color: approx Laser. HEX triplet: C7, B2 and 65. RGB value is (199,178,101). Sum of RGB (Red+Green+Blue) = 199+178+101=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B265 is #384D9A. Grayscale: #AFAFAF. Windows color (decimal): -3689883 or 6664903. OLE color: 6664903.

HSL color Cylindrical-coordinate representation of color #C7B265: hue angle of 47.14º degrees, saturation: 0.47, 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 #C7B265 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199178101-
CMYK00.110.490.22
HSL47.14º46.67%58.82%-
HSV(B)47.14º49.25%78.04%-
XYZ41.8244.9218.78-
YUV175.585.96144.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=41.63%
G=37.24%
B=21.13%

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
Decimal19917810100.110.490.2247.1446.6758.82
HexC7B2650B31162f2f3b
Octal3072621450136126575773
Binary110001111011001011001010101111000110110101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B265; }

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

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

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

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

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

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

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

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