#C8A763

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

Shades of Laser #C8A763

Tints of Laser #C8A763

Color information

#C8A763 (or 0xC8A763) is unknown color: approx Laser. HEX triplet: C8, A7 and 63. RGB value is (200,167,99). Sum of RGB (Red+Green+Blue) = 200+167+99=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A763 is #37589C. Grayscale: #A9A9A9. Windows color (decimal): -3627165 or 6531016. OLE color: 6531016.

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

Color convert

RGB20016799-
CMYK00.160.500.22
HSL40.4º47.87%58.63%-
HSV(B)40.4º50.5%78.43%-
XYZ39.8940.8217.58-
YUV169.1288.43150.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 167 (65.62% from 255) = 35.84%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=42.92%
G=35.84%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001679900.160.500.2240.447.8758.63
HexC8A763010321628303b
Octal3102471430206226506073
Binary1100100010100111110001101000011001010110101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A763; }

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

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

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

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

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

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

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

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