#C89E58

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

Shades of Laser #C89E58

Tints of Laser #C89E58

Color information

#C89E58 (or 0xC89E58) is unknown color: approx Laser. HEX triplet: C8, 9E and 58. RGB value is (200,158,88). Sum of RGB (Red+Green+Blue) = 200+158+88=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E58 is #3761A7. Grayscale: #A2A2A2. Windows color (decimal): -3629480 or 5807816. OLE color: 5807816.

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

Color convert

RGB20015888-
CMYK00.210.560.22
HSL37.5º50.45%56.47%-
HSV(B)37.5º56%78.43%-
XYZ37.8137.4414.47-
YUV162.5885.91154.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=44.84%
G=35.43%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001588800.210.560.2237.550.4556.47
HexC89E580153816263238
Octal3102361300257026466270
Binary1100100010011110101100001010111100010110100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89E58; }

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

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

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

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

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

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

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

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