#C7B067

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

Shades of Laser #C7B067

Tints of Laser #C7B067

Color information

#C7B067 (or 0xC7B067) is unknown color: approx Laser. HEX triplet: C7, B0 and 67. RGB value is (199,176,103). Sum of RGB (Red+Green+Blue) = 199+176+103=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B067 is #384F98. Grayscale: #AEAEAE. Windows color (decimal): -3690393 or 6795463. OLE color: 6795463.

HSL color Cylindrical-coordinate representation of color #C7B067: hue angle of 45.62º 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 #C7B067 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB199176103-
CMYK00.120.480.22
HSL45.62º46.15%59.22%-
HSV(B)45.62º48.24%78.04%-
XYZ41.5344.1719.17-
YUV174.5587.62145.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=41.63%
G=36.82%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917610300.120.480.2245.6246.1559.22
HexC7B0670C30162e2e3b
Octal3072601470146026565673
Binary110001111011000011001110110011000010110101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B067; }

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

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

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

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

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

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

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

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