#C4B259

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

Shades of Laser #C4B259

Tints of Laser #C4B259

Color information

#C4B259 (or 0xC4B259) is unknown color: approx Laser. HEX triplet: C4, B2 and 59. RGB value is (196,178,89). Sum of RGB (Red+Green+Blue) = 196+178+89=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B259 is #3B4DA6. Grayscale: #ADADAD. Windows color (decimal): -3886503 or 5878468. OLE color: 5878468.

HSL color Cylindrical-coordinate representation of color #C4B259: hue angle of 49.91º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4B259 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19617889-
CMYK00.090.550.23
HSL49.91º47.56%55.88%-
HSV(B)49.91º54.59%76.86%-
XYZ40.4944.315.87-
YUV173.2480.46144.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 89 (35.16% from 255) = 19.22%
R=42.33%
G=38.44%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961788900.090.550.2349.9147.5655.88
HexC4B259093717323038
Octal3042621310116727626070
Binary110001001011001010110010100111011110111110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B259; }

 p { color: rgb(196,178,89); }

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

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

 a { background-color: rgb(196,178,89); }

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

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

 span { border-color: rgb(196,178,89); }

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