#C8B25D

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

Shades of Laser #C8B25D

Tints of Laser #C8B25D

Color information

#C8B25D (or 0xC8B25D) is unknown color: approx Laser. HEX triplet: C8, B2 and 5D. RGB value is (200,178,93). Sum of RGB (Red+Green+Blue) = 200+178+93=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B25D is #374DA2. Grayscale: #AFAFAF. Windows color (decimal): -3624355 or 6140616. OLE color: 6140616.

HSL color Cylindrical-coordinate representation of color #C8B25D: hue angle of 47.66º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8B25D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20017893-
CMYK00.110.540.22
HSL47.66º49.31%57.45%-
HSV(B)47.66º53.5%78.43%-
XYZ41.7244.9116.83-
YUV174.8981.79145.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=42.46%
G=37.79%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001789300.110.540.2247.6649.3157.45
HexC8B25D0B3616303139
Octal3102621350136626606171
Binary110010001011001010111010101111011010110110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B25D; }

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

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

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

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

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

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

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

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