#C09E55

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

Shades of Laser #C09E55

Tints of Laser #C09E55

Color information

#C09E55 (or 0xC09E55) is unknown color: approx Laser. HEX triplet: C0, 9E and 55. RGB value is (192,158,85). Sum of RGB (Red+Green+Blue) = 192+158+85=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E55 is #3F61AA. Grayscale: #A0A0A0. Windows color (decimal): -4153771 or 5611200. OLE color: 5611200.

HSL color Cylindrical-coordinate representation of color #C09E55: hue angle of 40.93º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C09E55 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19215885-
CMYK00.180.560.25
HSL40.93º45.92%54.31%-
HSV(B)40.93º55.73%75.29%-
XYZ35.636.3213.73-
YUV159.8485.76150.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=44.14%
G=36.32%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921588500.180.560.2540.9345.9254.31
HexC09E550123819292e36
Octal3002361250227031515666
Binary1100000010011110101010101001011100011001101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09E55; }

 p { color: rgb(192,158,85); }

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

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

 a { background-color: rgb(192,158,85); }

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

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

 span { border-color: rgb(192,158,85); }

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