#C3A258

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

Shades of Laser #C3A258

Tints of Laser #C3A258

Color information

#C3A258 (or 0xC3A258) is unknown color: approx Laser. HEX triplet: C3, A2 and 58. RGB value is (195,162,88). Sum of RGB (Red+Green+Blue) = 195+162+88=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A258 is #3C5DA7. Grayscale: #A3A3A3. Windows color (decimal): -3956136 or 5808835. OLE color: 5808835.

HSL color Cylindrical-coordinate representation of color #C3A258: hue angle of 41.5º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3A258 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19516288-
CMYK00.170.550.24
HSL41.5º47.14%55.49%-
HSV(B)41.5º54.87%76.47%-
XYZ37.1938.1514.64-
YUV163.4385.43150.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=43.82%
G=36.40%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951628800.170.550.2441.547.1455.49
HexC3A2580113718292f37
Octal3032421300216730515767
Binary1100001110100010101100001000111011111000101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A258; }

 p { color: rgb(195,162,88); }

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

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

 a { background-color: rgb(195,162,88); }

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

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

 span { border-color: rgb(195,162,88); }

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