#C4B05B

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

Shades of Laser #C4B05B

Tints of Laser #C4B05B

Color information

#C4B05B (or 0xC4B05B) is unknown color: approx Laser. HEX triplet: C4, B0 and 5B. RGB value is (196,176,91). Sum of RGB (Red+Green+Blue) = 196+176+91=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B05B is #3B4FA4. Grayscale: #ACACAC. Windows color (decimal): -3887013 or 6009028. OLE color: 6009028.

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

Color convert

RGB19617691-
CMYK00.100.540.23
HSL48.57º47.09%56.27%-
HSV(B)48.57º53.57%76.86%-
XYZ40.1843.5416.18-
YUV172.2982.13144.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=42.33%
G=38.01%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961769100.100.540.2348.5747.0956.27
HexC4B05B0A3617312f38
Octal3042601330126627615770
Binary110001001011000010110110101011011010111110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B05B; }

 p { color: rgb(196,176,91); }

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

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

 a { background-color: rgb(196,176,91); }

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

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

 span { border-color: rgb(196,176,91); }

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