#C3B065

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

Shades of Laser #C3B065

Tints of Laser #C3B065

Color information

#C3B065 (or 0xC3B065) is unknown color: approx Laser. HEX triplet: C3, B0 and 65. RGB value is (195,176,101). Sum of RGB (Red+Green+Blue) = 195+176+101=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B065 is #3C4F9A. Grayscale: #ADADAD. Windows color (decimal): -3952539 or 6664387. OLE color: 6664387.

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

Color convert

RGB195176101-
CMYK00.100.480.24
HSL47.87º43.93%58.04%-
HSV(B)47.87º48.21%76.47%-
XYZ40.3843.5918.6-
YUV173.1387.29143.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=41.31%
G=37.29%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517610100.100.480.2447.8743.9358.04
HexC3B0650A3018302c3a
Octal3032601450126030605472
Binary110000111011000011001010101011000011000110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B065; }

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

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

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

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

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

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

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

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