#C69E5A

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

Shades of Laser #C69E5A

Tints of Laser #C69E5A

Color information

#C69E5A (or 0xC69E5A) is unknown color: approx Laser. HEX triplet: C6, 9E and 5A. RGB value is (198,158,90). Sum of RGB (Red+Green+Blue) = 198+158+90=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E5A is #3961A5. Grayscale: #A2A2A2. Windows color (decimal): -3760550 or 5938886. OLE color: 5938886.

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

Color convert

RGB19815890-
CMYK00.200.550.22
HSL37.78º48.65%56.47%-
HSV(B)37.78º54.55%77.65%-
XYZ37.3637.214.88-
YUV162.2187.25153.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=44.39%
G=35.43%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981589000.200.550.2237.7848.6556.47
HexC69E5A0143716263138
Octal3062361320246726466170
Binary1100011010011110101101001010011011110110100110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E5A; }

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

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

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

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

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

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

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

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