#C8B263

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

Shades of Laser #C8B263

Tints of Laser #C8B263

Color information

#C8B263 (or 0xC8B263) is unknown color: approx Laser. HEX triplet: C8, B2 and 63. RGB value is (200,178,99). Sum of RGB (Red+Green+Blue) = 200+178+99=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B263 is #374D9C. Grayscale: #AFAFAF. Windows color (decimal): -3624349 or 6533832. OLE color: 6533832.

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

Color convert

RGB20017899-
CMYK00.110.500.22
HSL46.93º47.87%58.63%-
HSV(B)46.93º50.5%78.43%-
XYZ41.9945.0218.28-
YUV175.5784.79145.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 99 (39.06% from 255) = 20.75%
R=41.93%
G=37.32%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001789900.110.500.2246.9347.8758.63
HexC8B2630B32162f303b
Octal3102621430136226576073
Binary110010001011001011000110101111001010110101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B263; }

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

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

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

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

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

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

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

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