#C8A658

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

Shades of Laser #C8A658

Tints of Laser #C8A658

Color information

#C8A658 (or 0xC8A658) is unknown color: approx Laser. HEX triplet: C8, A6 and 58. RGB value is (200,166,88). Sum of RGB (Red+Green+Blue) = 200+166+88=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A658 is #3759A7. Grayscale: #A7A7A7. Windows color (decimal): -3627432 or 5809864. OLE color: 5809864.

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

Color convert

RGB20016688-
CMYK00.170.560.22
HSL41.79º50.45%56.47%-
HSV(B)41.79º56%78.43%-
XYZ39.2240.2614.94-
YUV167.2783.26151.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 88 (34.77% from 255) = 19.38%
R=44.05%
G=36.56%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001668800.170.560.2241.7950.4556.47
HexC8A65801138162a3238
Octal3102461300217026526270
Binary1100100010100110101100001000111100010110101010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A658; }

 p { color: rgb(200,166,88); }

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

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

 a { background-color: rgb(200,166,88); }

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

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

 span { border-color: rgb(200,166,88); }

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