#C69E54

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

Shades of Laser #C69E54

Tints of Laser #C69E54

Color information

#C69E54 (or 0xC69E54) is unknown color: approx Laser. HEX triplet: C6, 9E and 54. RGB value is (198,158,84). Sum of RGB (Red+Green+Blue) = 198+158+84=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E54 is #3961AB. Grayscale: #A1A1A1. Windows color (decimal): -3760556 or 5545670. OLE color: 5545670.

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

Color convert

RGB19815884-
CMYK00.200.580.22
HSL38.95º50%55.29%-
HSV(B)38.95º57.58%77.65%-
XYZ37.1237.113.59-
YUV161.5284.25154.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=45%
G=35.91%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981588400.200.580.2238.955055.29
HexC69E540143A16273237
Octal3062361240247226476267
Binary1100011010011110101010001010011101010110100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E54; }

 p { color: rgb(198,158,84); }

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

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

 a { background-color: rgb(198,158,84); }

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

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

 span { border-color: rgb(198,158,84); }

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