#C3A25A

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

Shades of Laser #C3A25A

Tints of Laser #C3A25A

Color information

#C3A25A (or 0xC3A25A) is unknown color: approx Laser. HEX triplet: C3, A2 and 5A. RGB value is (195,162,90). Sum of RGB (Red+Green+Blue) = 195+162+90=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A25A is #3C5DA5. Grayscale: #A3A3A3. Windows color (decimal): -3956134 or 5939907. OLE color: 5939907.

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

Color convert

RGB19516290-
CMYK00.170.540.24
HSL41.14º46.67%55.88%-
HSV(B)41.14º53.85%76.47%-
XYZ37.2738.1815.08-
YUV163.6686.43150.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=43.62%
G=36.24%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951629000.170.540.2441.1446.6755.88
HexC3A25A0113618292f38
Octal3032421320216630515770
Binary1100001110100010101101001000111011011000101001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A25A; }

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

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

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

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

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

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

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

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