#c8ac67

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

Shades of Laser #C8AC67

Tints of Laser #C8AC67

Color information

#C8AC67 (or 0xC8AC67) is unknown color: approx Laser. HEX triplet: C8, AC and 67. RGB value is (200,172,103). Sum of RGB (Red+Green+Blue) = 200+172+103=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC67 is #375398. Grayscale: #ACACAC. Windows color (decimal): -3625881 or 6794440. OLE color: 6794440.

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

Color convert

RGB200172103-
CMYK00.140.480.22
HSL42.68º46.86%59.41%-
HSV(B)42.68º48.5%78.43%-
XYZ41.0242.7618.92-
YUV172.5188.78147.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=42.11%
G=36.21%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017210300.140.480.2242.6846.8659.41
HexC8AC670E30162b2f3b
Octal3102541470166026535773
Binary110010001010110011001110111011000010110101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8ac67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8ac67; }

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

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

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

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

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

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

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

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