#C09F5A

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

Shades of Laser #C09F5A

Tints of Laser #C09F5A

Color information

#C09F5A (or 0xC09F5A) is unknown color: approx Laser. HEX triplet: C0, 9F and 5A. RGB value is (192,159,90). Sum of RGB (Red+Green+Blue) = 192+159+90=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F5A is #3F60A5. Grayscale: #A1A1A1. Windows color (decimal): -4153510 or 5939136. OLE color: 5939136.

HSL color Cylindrical-coordinate representation of color #C09F5A: hue angle of 40.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C09F5A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19215990-
CMYK00.170.530.25
HSL40.59º44.74%55.29%-
HSV(B)40.59º53.12%75.29%-
XYZ35.9836.7414.87-
YUV16187.93150.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=43.54%
G=36.05%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921599000.170.530.2540.5944.7455.29
HexC09F5A0113519292d37
Octal3002371320216531515567
Binary1100000010011111101101001000111010111001101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09F5A; }

 p { color: rgb(192,159,90); }

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

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

 a { background-color: rgb(192,159,90); }

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

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

 span { border-color: rgb(192,159,90); }

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