#C99F56

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

Shades of Laser #C99F56

Tints of Laser #C99F56

Color information

#C99F56 (or 0xC99F56) is unknown color: approx Laser. HEX triplet: C9, 9F and 56. RGB value is (201,159,86). Sum of RGB (Red+Green+Blue) = 201+159+86=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F56 is #3660A9. Grayscale: #A3A3A3. Windows color (decimal): -3563690 or 5677001. OLE color: 5677001.

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

Color convert

RGB20115986-
CMYK00.210.570.21
HSL38.09º51.57%56.27%-
HSV(B)38.09º57.21%78.82%-
XYZ38.1737.8914.11-
YUV163.2484.41154.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 86 (33.98% from 255) = 19.28%
R=45.07%
G=35.65%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011598600.210.570.2138.0951.5756.27
HexC99F560153915263438
Octal3112371260257125466470
Binary1100100110011111101011001010111100110101100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F56; }

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

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

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

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

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

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

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

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