#C89E5B

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

Shades of Laser #C89E5B

Tints of Laser #C89E5B

Color information

#C89E5B (or 0xC89E5B) is unknown color: approx Laser. HEX triplet: C8, 9E and 5B. RGB value is (200,158,91). Sum of RGB (Red+Green+Blue) = 200+158+91=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E5B is #3761A4. Grayscale: #A3A3A3. Windows color (decimal): -3629477 or 6004424. OLE color: 6004424.

HSL color Cylindrical-coordinate representation of color #C89E5B: hue angle of 36.88º 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 #C89E5B is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20015891-
CMYK00.210.540.22
HSL36.88º49.77%57.06%-
HSV(B)36.88º54.5%78.43%-
XYZ37.9337.4915.13-
YUV162.9287.41154.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=44.54%
G=35.19%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001589100.210.540.2236.8849.7757.06
HexC89E5B0153616253239
Octal3102361330256626456271
Binary1100100010011110101101101010111011010110100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89E5B; }

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

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

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

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

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

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

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

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