#C4B067

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

Shades of Laser #C4B067

Tints of Laser #C4B067

Color information

#C4B067 (or 0xC4B067) is unknown color: approx Laser. HEX triplet: C4, B0 and 67. RGB value is (196,176,103). Sum of RGB (Red+Green+Blue) = 196+176+103=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B067 is #3B4F98. Grayscale: #ADADAD. Windows color (decimal): -3887001 or 6795460. OLE color: 6795460.

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

Color convert

RGB196176103-
CMYK00.100.470.23
HSL47.1º44.08%58.63%-
HSV(B)47.1º47.45%76.86%-
XYZ40.7443.7719.13-
YUV173.6688.13143.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=41.26%
G=37.05%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617610300.100.470.2347.144.0858.63
HexC4B0670A2F172f2c3b
Octal3042601470125727575473
Binary110001001011000011001110101010111110111101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B067; }

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

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

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

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

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

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

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

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