#C7B267

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

Shades of Laser #C7B267

Tints of Laser #C7B267

Color information

#C7B267 (or 0xC7B267) is unknown color: approx Laser. HEX triplet: C7, B2 and 67. RGB value is (199,178,103). Sum of RGB (Red+Green+Blue) = 199+178+103=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B267 is #384D98. Grayscale: #B0B0B0. Windows color (decimal): -3689881 or 6795975. OLE color: 6795975.

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

Color convert

RGB199178103-
CMYK00.110.480.22
HSL46.88º46.15%59.22%-
HSV(B)46.88º48.24%78.04%-
XYZ41.9244.9619.3-
YUV175.7386.96144.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=41.46%
G=37.08%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917810300.110.480.2246.8846.1559.22
HexC7B2670B30162f2e3b
Octal3072621470136026575673
Binary110001111011001011001110101111000010110101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B267; }

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

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

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

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

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

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

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

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