#C8B267

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

Shades of Laser #C8B267

Tints of Laser #C8B267

Color information

#C8B267 (or 0xC8B267) is unknown color: approx Laser. HEX triplet: C8, B2 and 67. RGB value is (200,178,103). Sum of RGB (Red+Green+Blue) = 200+178+103=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B267 is #374D98. Grayscale: #B0B0B0. Windows color (decimal): -3624345 or 6795976. OLE color: 6795976.

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

Color convert

RGB200178103-
CMYK00.110.480.22
HSL46.39º46.86%59.41%-
HSV(B)46.39º48.5%78.43%-
XYZ42.1945.119.31-
YUV176.0386.79145.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=41.58%
G=37.01%
B=21.41%

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
Decimal20017810300.110.480.2246.3946.8659.41
HexC8B2670B30162e2f3b
Octal3102621470136026565773
Binary110010001011001011001110101111000010110101110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B267; }

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

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

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

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

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

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

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

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