#C99F59

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

Shades of Laser #C99F59

Tints of Laser #C99F59

Color information

#C99F59 (or 0xC99F59) is unknown color: approx Laser. HEX triplet: C9, 9F and 59. RGB value is (201,159,89). Sum of RGB (Red+Green+Blue) = 201+159+89=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F59 is #3660A6. Grayscale: #A3A3A3. Windows color (decimal): -3563687 or 5873609. OLE color: 5873609.

HSL color Cylindrical-coordinate representation of color #C99F59: hue angle of 37.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C99F59 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20115989-
CMYK00.210.560.21
HSL37.5º50.91%56.86%-
HSV(B)37.5º55.72%78.82%-
XYZ38.2937.9414.76-
YUV163.5885.91154.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=44.77%
G=35.41%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011598900.210.560.2137.550.9156.86
HexC99F590153815263339
Octal3112371310257025466371
Binary1100100110011111101100101010111100010101100110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F59; }

 p { color: rgb(201,159,89); }

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

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

 a { background-color: rgb(201,159,89); }

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

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

 span { border-color: rgb(201,159,89); }

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