#C89F5B

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

Shades of Laser #C89F5B

Tints of Laser #C89F5B

Color information

#C89F5B (or 0xC89F5B) is unknown color: approx Laser. HEX triplet: C8, 9F and 5B. RGB value is (200,159,91). Sum of RGB (Red+Green+Blue) = 200+159+91=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F5B is #3760A4. Grayscale: #A3A3A3. Windows color (decimal): -3629221 or 6004680. OLE color: 6004680.

HSL color Cylindrical-coordinate representation of color #C89F5B: hue angle of 37.43º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C89F5B is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20015991-
CMYK00.200.540.22
HSL37.43º49.77%57.06%-
HSV(B)37.43º54.5%78.43%-
XYZ38.1137.8315.19-
YUV163.5187.08154.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=44.44%
G=35.33%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001599100.200.540.2237.4349.7757.06
HexC89F5B0143616253239
Octal3102371330246626456271
Binary1100100010011111101101101010011011010110100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F5B; }

 p { color: rgb(200,159,91); }

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

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

 a { background-color: rgb(200,159,91); }

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

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

 span { border-color: rgb(200,159,91); }

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