#C3B060

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

Shades of Laser #C3B060

Tints of Laser #C3B060

Color information

#C3B060 (or 0xC3B060) is unknown color: approx Laser. HEX triplet: C3, B0 and 60. RGB value is (195,176,96). Sum of RGB (Red+Green+Blue) = 195+176+96=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B060 is #3C4F9F. Grayscale: #ACACAC. Windows color (decimal): -3952544 or 6336707. OLE color: 6336707.

HSL color Cylindrical-coordinate representation of color #C3B060: hue angle of 48.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3B060 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19517696-
CMYK00.100.510.24
HSL48.48º45.21%57.06%-
HSV(B)48.48º50.77%76.47%-
XYZ40.1443.517.35-
YUV172.5684.79144-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=41.76%
G=37.69%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951769600.100.510.2448.4845.2157.06
HexC3B0600A3318302d39
Octal3032601400126330605571
Binary110000111011000011000000101011001111000110000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B060; }

 p { color: rgb(195,176,96); }

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

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

 a { background-color: rgb(195,176,96); }

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

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

 span { border-color: rgb(195,176,96); }

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